Skip to content

Commit 6f1deae

Browse files
committed
fix(#1999): improve vertical alignment of "Search by Algolia" text in tray
1 parent aee0c66 commit 6f1deae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/dev/docs/src/docs.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,11 @@ h2.sectionHeader {
675675

676676
.docSearchLogoLabel {
677677
font-size: var(--spectrum-global-dimension-font-size-75);
678-
line-height: 1.6em;
678+
line-height: 1.6;
679+
}
680+
681+
[role="dialog"] .docSearchLogoLabel {
682+
line-height: 1.2;
679683
}
680684

681685
.docSearchLogo a:hover .docSearchLogoLabel,

0 commit comments

Comments
 (0)