Skip to content

Commit 10f4ae0

Browse files
Remove -ms too
1 parent 438c176 commit 10f4ae0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

assets/theme-css/sphinx-design/_cards.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
border: 1px solid var(--sd-color-card-border);
1111
border-radius: 0.25rem;
1212
color: var(--sd-color-card-text);
13-
display: -ms-flexbox;
1413
display: flex;
15-
-ms-flex-direction: column;
1614
flex-direction: column;
1715
min-width: 0;
1816
position: relative;
@@ -30,7 +28,6 @@
3028
}
3129

3230
.sd-card-body {
33-
-ms-flex: 1 1 auto;
3431
flex: 1 1 auto;
3532
padding: 1rem 1rem;
3633
}
@@ -125,7 +122,6 @@
125122
width: 100%;
126123
display: flex;
127124
flex-wrap: nowrap;
128-
-ms-flex-direction: row;
129125
flex-direction: row;
130126
overflow-x: hidden;
131127
scroll-snap-type: x mandatory;

0 commit comments

Comments
 (0)