We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c75fc commit c167974Copy full SHA for c167974
jbrowse/src/client/JBrowse/Search/search.css
@@ -17,3 +17,7 @@ p.MuiTypography-root {
17
font-size: 14px;
18
}
19
20
+/* This corrects for the search box 'search for location' text being shifted downward. */
21
+.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
22
+ padding: 0;
23
+}
0 commit comments