Skip to content

Commit 23391c0

Browse files
author
Aviad Lichtenstadt
authored
Merge pull request demisto#6 from demisto/bugfix/to_much_padding_in_ff
To much padding in input box in fire fox
2 parents ab82f1e + c7c0aa5 commit 23391c0

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)