We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-ms
1 parent 438c176 commit 10f4ae0Copy full SHA for 10f4ae0
1 file changed
assets/theme-css/sphinx-design/_cards.scss
@@ -10,9 +10,7 @@
10
border: 1px solid var(--sd-color-card-border);
11
border-radius: 0.25rem;
12
color: var(--sd-color-card-text);
13
- display: -ms-flexbox;
14
display: flex;
15
- -ms-flex-direction: column;
16
flex-direction: column;
17
min-width: 0;
18
position: relative;
@@ -30,7 +28,6 @@
30
28
}
31
29
32
.sd-card-body {
33
- -ms-flex: 1 1 auto;
34
flex: 1 1 auto;
35
padding: 1rem 1rem;
36
@@ -125,7 +122,6 @@
125
122
width: 100%;
126
123
127
124
flex-wrap: nowrap;
128
- -ms-flex-direction: row;
129
flex-direction: row;
130
overflow-x: hidden;
131
scroll-snap-type: x mandatory;
0 commit comments