Skip to content

Commit bd1fbee

Browse files
committed
remove no-wrap from horizontal-scrolling-table
1 parent 36d2641 commit bd1fbee

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

sass/styles/applications/hiringblocks/tables.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,12 @@
1818
padding-right: 1rem;
1919

2020
max-width: 250px;
21-
white-space: nowrap;
22-
overflow: hidden;
23-
text-overflow: ellipsis;
2421
}
2522

2623
@media screen and (min-width: 768px) {
2724
td,
2825
th {
2926
max-width: 350px;
30-
white-space: nowrap;
31-
overflow: hidden;
32-
text-overflow: ellipsis;
3327
}
3428
}
3529
}

sass/styles/objects/tables.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.horizontal-scrolling-table {
2-
white-space: nowrap;
32
overflow-x: auto;
43
}

0 commit comments

Comments
 (0)