Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit da39bd1

Browse files
committed
Fix uneven padding issue
1 parent 5be8aff commit da39bd1

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

dist/theme/default.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
font-size: 12px;
44
}
55

6-
.rdrDateDisplay{
6+
.rdrDateDisplayWrapper{
77
background-color: rgb(239, 242, 247);
8-
padding: 0.833em;
8+
}
9+
10+
.rdrDateDisplay{
11+
margin: 0.833em;
912
}
1013

1114
.rdrDateDisplayItem{

src/theme/default.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
font-size: 12px;
44
}
55

6-
.rdrDateDisplay{
6+
.rdrDateDisplayWrapper{
77
background-color: rgb(239, 242, 247);
8-
padding: 0.833em;
8+
}
9+
10+
.rdrDateDisplay{
11+
margin: 0.833em;
912
}
1013

1114
.rdrDateDisplayItem{

0 commit comments

Comments
 (0)