mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
Button overflow
This commit is contained in:
1
dist/css/ionic-ios7.css
vendored
1
dist/css/ionic-ios7.css
vendored
@ -1665,6 +1665,7 @@ input[type="range"] {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
.button.button-icon {
|
.button.button-icon {
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
|
|||||||
1
dist/css/ionic-scoped.css
vendored
1
dist/css/ionic-scoped.css
vendored
@ -2375,6 +2375,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
.ionic .button.button-icon {
|
.ionic .button.button-icon {
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
|
|||||||
1
dist/css/ionic.css
vendored
1
dist/css/ionic.css
vendored
@ -2886,6 +2886,7 @@ input[type="range"] {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
.button.button-icon {
|
.button.button-icon {
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
|
|||||||
@ -18,6 +18,8 @@
|
|||||||
font-size: $button-font-size;
|
font-size: $button-font-size;
|
||||||
line-height: $line-height-computed;
|
line-height: $line-height-computed;
|
||||||
|
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.button-icon {
|
&.button-icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user