try fixing #968 again

This commit is contained in:
Collin M. Barrett 2019-09-21 15:47:03 -05:00
parent 8f7d20895b
commit ae6f136168

View file

@ -12,6 +12,9 @@
/* fixed row height */
min-height: 3em;
/* fix left-side truncation of Description column on narrow viewports in Chrome */
word-break: break-word;
}
.nogrow {