Skip to content

Commit

Permalink
Adding min-width to date column
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoarthur0 committed Oct 10, 2023
1 parent ce3c650 commit 61754a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,10 @@ input:disabled + .slider {
width: 100%;
}

#workday-waiver-window .list-date-header {
min-width: 80px;
}

#workday-waiver-window a.nav-link:not(.active) {
color: var(--page-color);
border-bottom: 1px solid var(--tab-waiver-border);
Expand Down
4 changes: 2 additions & 2 deletions src/workday-waiver.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<table id="holiday-list-table">
<thead>
<tr>
<th data-i18n="$WorkdayWaiver.date">Date</th>
<th class="list-date-header" data-i18n="$WorkdayWaiver.date">Date</th>
<th data-i18n="$WorkdayWaiver.holiday">Holiday</th>
<th data-i18n="$WorkdayWaiver.on-working-day">On working day</th>
<th data-i18n="$WorkdayWaiver.conflicts">Conflicts?</th>
Expand Down Expand Up @@ -124,7 +124,7 @@
<thead>
<tr>
<th></th>
<th data-i18n="$WorkdayWaiver.day">Day</th>
<th class="list-date-header" data-i18n="$WorkdayWaiver.day">Day</th>
<th data-i18n="$WorkdayWaiver.waiver-reason">Waiver Reason</th>
<th data-i18n="$WorkdayWaiver.hours-waived">Hours Waived</th>
</tr>
Expand Down

0 comments on commit 61754a1

Please sign in to comment.