Skip to content

Commit 68f11a2

Browse files
committed
test(action-sheet): dev build tests
1 parent cdb4456 commit 68f11a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/components/action-sheet/action-sheet.md.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@
6666
.action-sheet-button {
6767
@include padding($action-sheet-md-button-padding-top, $action-sheet-md-button-padding-end, $action-sheet-md-button-padding-bottom, $action-sheet-md-button-padding-start);
6868

69-
position: relative;
69+
// position: relative;
7070

7171
min-height: $action-sheet-md-button-height;
7272

7373
font-size: $action-sheet-md-button-font-size;
7474

75-
text-align: $action-sheet-md-text-align;
75+
// text-align: $action-sheet-md-text-align;
7676

7777
contain: content;
78-
overflow: hidden;
78+
// overflow: hidden;
7979
}
8080

8181
.action-sheet-icon {

0 commit comments

Comments
 (0)