Skip to content

Commit 1471ff1

Browse files
authored
Merge pull request #188 from Teradata/fix/devportal997
fix margin of search bar
2 parents 3b5c7e1 + 175797d commit 1471ff1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/theme/SearchBar/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989

9090
.DocSearch-Modal {
9191
--docsearch-modal-width: 720px;
92-
margin-top: 3.5rem;
9392
max-width: 700px;
9493
}
9594

@@ -152,8 +151,10 @@
152151
.DocSearch-Modal {
153152
position: absolute;
154153
right: 0;
154+
margin-top: 3.5rem;
155155
}
156156

157+
157158
.DocSearch-MagnifierLabel {
158159
--docsearch-highlight-color: var(--ifm-color-secondary);
159160
}

0 commit comments

Comments
 (0)