File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
src/components/DocumentationTopic Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,9 @@ $sidenav-icon-padding-size: 5px;
224
224
@include font-styles (documentation- nav);
225
225
226
226
& -settings {
227
+ // ensure settings can get smaller if needed
228
+ min-width : 0 ;
229
+
227
230
@include font-styles (nav- toggles);
228
231
229
232
@include breakpoint-only-largenav () {
@@ -246,6 +249,7 @@ $sidenav-icon-padding-size: 5px;
246
249
align-items : center ;
247
250
color : var (--color-nav-current-link );
248
251
margin-left : 0 ;
252
+ min-width : 0 ;
249
253
250
254
& :first-child:not (:only-child ) {
251
255
margin-right : $nav-space-between-elements ;
Original file line number Diff line number Diff line change @@ -234,6 +234,11 @@ $nav-menu-toggle-label-margin: 6px;
234
234
}
235
235
236
236
.language {
237
+ & -container {
238
+ // ensure the language picker is never crushed
239
+ flex : 1 0 auto ;
240
+ }
241
+
237
242
& -dropdown {
238
243
-webkit-text-size-adjust : none ;
239
244
appearance : none ;
You can’t perform that action at this time.
0 commit comments