File tree 1 file changed +11
-9
lines changed 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -632,13 +632,13 @@ h2.sectionHeader {
632
632
633
633
.docSearchBoxThemeProvider {
634
634
height : var (--spectrum-global-dimension-size-400 );
635
- }
636
635
637
- .docSearchBox {
638
- margin-inline-start : auto;
639
- width : var (--spectrum-global-dimension-size-3000 ) !important ;
640
- > div {
641
- width : 100% ;
636
+ .docSearchBox {
637
+ margin-inline-start : auto;
638
+ width : var (--spectrum-global-dimension-size-3000 );
639
+ > div {
640
+ width : 100% ;
641
+ }
642
642
}
643
643
}
644
644
@@ -802,9 +802,11 @@ h2.sectionHeader {
802
802
}
803
803
}
804
804
805
- @media (max-width : 569px ) {
806
- .docSearchBox {
807
- width : var (--spectrum-global-dimension-size-2400 );
805
+ @media (max-width : 375px ) {
806
+ .docSearchBoxThemeProvider {
807
+ .docSearchBox {
808
+ width : var (--spectrum-global-dimension-size-2400 );
809
+ }
808
810
}
809
811
}
810
812
You can’t perform that action at this time.
0 commit comments