Skip to content

Commit 17af528

Browse files
olegvakulenkorstoenescu
authored andcommitted
Update card.ios.styl (quasarframework#2762)
If buttons in action area of the card not fitted in one line, they placed on new line and before this button add left margin. This behavior see on first example on Card page on mobile view (button "RESERVE"). This change removes left margin and add right margin on not last button.
1 parent bd77940 commit 17af528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/card/card.ios.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
.q-btn
4646
padding 0 8px
4747
.q-card-actions-horiz
48-
.q-btn + .q-btn
49-
margin-left 8px
48+
.q-btn:not(:last-child)
49+
margin-right 8px
5050
.q-card-actions-vert
5151
.q-btn + .q-btn
5252
margin-top 4px

0 commit comments

Comments
 (0)