Skip to content

Commit 082580f

Browse files
committed
fix lint
1 parent f0f031d commit 082580f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/card/card.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
--border-width: #{globals.$ion-border-size-025};
1010
--border-color: #{globals.$ion-border-default};
1111
--border-style: #{globals.$ion-border-style-solid};
12-
--border-radius: #{globals.$ion-round-xl};
12+
--border-radius: #{globals.$ion-round-xl};
1313
--color: #{globals.$ion-primitives-neutral-1200};
14+
min-width: globals.$ion-scale-2400;
1415

1516
border: var(--border-width) var(--border-style) var(--border-color);
16-
min-width: globals.$ion-scale-2400;
1717
}
1818

1919
::slotted(img) {

0 commit comments

Comments
 (0)