File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
docs/overrides/stylesheets Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ body.light {
58
58
.md-header__inner {
59
59
align-items : center;
60
60
display : grid;
61
- grid-template-columns : 0.1fr 1 fr 2fr 2fr ;
61
+ grid-template-columns : 0.1fr 1.4 fr 2fr 2fr ;
62
62
padding-right : 1rem ;
63
63
}
64
64
.md-search__inner {
@@ -179,7 +179,7 @@ body {
179
179
.md-main__inner , .md-header__inner , .md-grid {
180
180
max-width : 100% ;
181
181
}
182
- @media (max-width : 1000 px ) {
182
+ @media (max-width : 1200 px ) {
183
183
.md-header__inner {
184
184
display : flex;
185
185
}
@@ -240,3 +240,11 @@ body[data-md-url$="/cookbooks/"] .md-content {
240
240
.md-nav--secondary .md-nav__title {
241
241
position : initial !important ;
242
242
}
243
+
244
+ .md-header__title .md-ellipsis {
245
+ overflow : initial !important ;
246
+ text-overflow : initial !important ;
247
+ }
248
+ .md-search {
249
+ flex-grow : 0 ;
250
+ }
You can’t perform that action at this time.
0 commit comments