Skip to content

Commit 6aa8651

Browse files
committed
Consistent formatting
1 parent 15ff65a commit 6aa8651

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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+
}

0 commit comments

Comments
 (0)