tfrere HF Staff commited on
Commit
bfb8af0
·
1 Parent(s): a067970

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