We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3af27 commit 4d8b9c8Copy full SHA for 4d8b9c8
_sass/basically-basic/_sidebar.scss
@@ -170,14 +170,17 @@
170
z-index: 10000;
171
172
.toggle {
173
+ display: -ms-flexbox;
174
display: flex;
175
+ -ms-flex-align: center;
176
align-items: center;
177
color: inherit;
178
text-decoration: none;
179
}
180
181
182
.sidebar-toggle-label {
183
+ -ms-flex-order: 2;
184
order: 2;
185
margin-left: 0.5rem;
186
font-weight: bold;
0 commit comments