Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
fix table th break
Browse files
app/src/styles/components/_table.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
white-space: nowrap;
|
| 14 |
/* prevent squashing; allow horizontal scroll instead */
|
| 15 |
word-break: auto-phrase;
|
| 16 |
-
white-space: break-spaces;
|
| 17 |
vertical-align: top;
|
| 18 |
}
|
| 19 |
|
|
|
|
| 13 |
white-space: nowrap;
|
| 14 |
/* prevent squashing; allow horizontal scroll instead */
|
| 15 |
word-break: auto-phrase;
|
| 16 |
+
/* white-space: break-spaces; */
|
| 17 |
vertical-align: top;
|
| 18 |
}
|
| 19 |
|