Button overflow

This commit is contained in:
Max Lynch
2013-10-24 14:16:25 -05:00
parent b20d8243de
commit 0782cf39b8
4 changed files with 5 additions and 0 deletions

View File

@ -1665,6 +1665,7 @@ input[type="range"] {
text-align: center;
font-size: 16px;
line-height: 20px;
text-overflow: ellipsis;
cursor: pointer; }
.button.button-icon {
padding: 4px 5px;

View File

@ -2375,6 +2375,7 @@
text-align: center;
font-size: 16px;
line-height: 20px;
text-overflow: ellipsis;
cursor: pointer; }
.ionic .button.button-icon {
padding: 4px 5px;

1
dist/css/ionic.css vendored
View File

@ -2886,6 +2886,7 @@ input[type="range"] {
text-align: center;
font-size: 16px;
line-height: 20px;
text-overflow: ellipsis;
cursor: pointer; }
.button.button-icon {
padding: 4px 5px;

View File

@ -18,6 +18,8 @@
font-size: $button-font-size;
line-height: $line-height-computed;
text-overflow: ellipsis;
cursor: pointer;
&.button-icon {