Skip to content

Commit 6e5c73f

Browse files
schedule-list.less: Add padding-left value to the margin-left
1 parent a556821 commit 6e5c73f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

public/css/list/schedule-list.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// Header
22
.schedules-header {
3-
margin-left: 12em;
3+
margin-left: 12.5em;
44
width: ~"calc(100% - 12em)";
55

66
padding-right: 2em; // align the header with the list items
7-
padding-left: 0.5em;
87

98
.days-header {
109
display: grid;

0 commit comments

Comments
 (0)