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

Commit d2d1a1c

Browse files
committed
Fixed: working period rows got taller on small screens.
1 parent 3b061c0 commit d2d1a1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/routes/WorkPeriods/components/PeriodItem/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
td.toggle {
5858
padding: 12px 18px 12px 15px;
5959
line-height: 15px;
60+
white-space: nowrap;
6061
}
6162

6263
.selectionCheckbox {

src/routes/WorkPeriods/components/ProcessingError/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.popup {
99
max-width: 400px;
1010
line-height: $line-height-px;
11+
white-space: normal;
1112
}
1213

1314
.icon {

0 commit comments

Comments
 (0)