Skip to content

Commit c7c0aa5

Browse files
author
Amichay Spivak
authored
To much padding in input box in fire fox
fixes https://github.com/demisto/server/issues/3789
1 parent ab82f1e commit c7c0aa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/react-datetime.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ td.rdtYear:hover {
226226
background: inherit !important;
227227
}
228228

229+
.rdtCount {
230+
padding-top: 0 !important;
231+
padding-bottom: 0 !important;
232+
}
233+
229234
.rdtCount:hover {
230235
border: solid 1px !important;
231236
}

0 commit comments

Comments
 (0)