File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
jbrowse/src/client/JBrowse Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 11/* This corrects a border that placed a small vertical line to the top-left of the search field */
2- fieldset .MuiOutlinedInput-notchedOutline > legend {
3- border-style : none;
4- }
2+ fieldset .MuiOutlinedInput-notchedOutline > legend {
3+ border-style : none;
4+ }
55
6- html {
7- font-size : 16px !important ;
8- }
6+ html {
7+ font-size : 16px !important ;
8+ }
99
10- /* Increase font size for tooltips: */
11- div [class ^= "makeStyles-tooltip-" ] {
12- font-size : 12px ;
13- }
10+ /* Increase font size for tooltips: */
11+ div [class ^= "makeStyles-tooltip-" ] {
12+ font-size : 12px ;
13+ }
1414
15- .MuiDialog-paperScrollPaper {
16- max-height : 95vh ;
17- overflow-y : scroll;
18- }
15+ .MuiDialog-paperScrollPaper {
16+ max-height : 95vh ;
17+ overflow-y : scroll;
18+ }
You can’t perform that action at this time.
0 commit comments