Skip to content

Commit fedf061

Browse files
committed
Coveo: Make font-size consistent on searchbar
1 parent 7d3692b commit fedf061

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/v2/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,11 @@ atomic-search-interface#search-standalone-header {
11481148
border-color: oklch(var(--color-foreground));
11491149
}
11501150

1151+
&::part(textarea) {
1152+
/* Override Coveo's use of --atomic-text-lg (equal to 1rem) */
1153+
font-size: var(--atomic-text-base);
1154+
}
1155+
11511156
&::part(suggestions-wrapper) {
11521157
border-radius: 0;
11531158
border-color: oklch(var(--color-foreground));

0 commit comments

Comments
 (0)