Skip to content

Commit d5aed9e

Browse files
committed
fix(#1999): fix search box width
1 parent 65e515c commit d5aed9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dev/docs/src/docs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ h2.sectionHeader {
636636

637637
.docSearchBox {
638638
margin-inline-start: auto;
639-
width: var(--spectrum-global-dimension-size-3600);
639+
width: var(--spectrum-global-dimension-size-3000) !important;
640640
> div {
641641
width: 100%;
642642
}
@@ -649,7 +649,7 @@ h2.sectionHeader {
649649
}
650650

651651
.docSearchItemIndent {
652-
margin-inline-start: var(--spectrum-global-dimension-size-300);
652+
margin-inline-start: var(--spectrum-global-dimension-size-325);
653653
}
654654

655655
.docSearchFooter {

0 commit comments

Comments
 (0)