We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daa069 commit f51a3f5Copy full SHA for f51a3f5
ionic/components/action-sheet/action-sheet.md.scss
@@ -34,12 +34,14 @@ $action-sheet-md-icon-margin: 0 28px 0 0 !default;
34
}
35
36
.action-sheet-button {
37
+ position: relative;
38
padding: $action-sheet-md-button-padding;
39
min-height: $action-sheet-md-button-min-height;
40
font-size: $action-sheet-md-button-font-size;
41
color: $action-sheet-md-button-text-color;
42
background: $action-sheet-md-button-background;
43
text-align: $action-sheet-md-text-align;
44
+ overflow: hidden;
45
46
&.activated {
47
background: $action-sheet-md-button-background-activated;
0 commit comments