header remove left align with too small

This commit is contained in:
Adam Bradley
2013-11-28 21:56:12 -06:00
parent 64afb65dc9
commit 1c52a683e0
2 changed files with 0 additions and 2 deletions

1
dist/js/ionic.js vendored
View File

@@ -2933,7 +2933,6 @@ window.ionic = {
title.style.right = margin + 'px';
}
if(title.offsetWidth < title.scrollWidth) {
title.classList.add('title-left');
if(rightWidth > 0) {
title.style.right = (rightWidth + 5) + 'px';
}

View File

@@ -72,7 +72,6 @@
title.style.right = margin + 'px';
}
if(title.offsetWidth < title.scrollWidth) {
title.classList.add('title-left');
if(rightWidth > 0) {
title.style.right = (rightWidth + 5) + 'px';
}