Merge pull request #2930 from emanuelschuetze/fix-wordwrap
Fix word-wrap for long motion identifier in Firefox.
This commit is contained in:
commit
04fd7c1816
@ -975,6 +975,7 @@ img {
|
||||
.os-table .id-col {
|
||||
width: 50px;
|
||||
min-height: 1px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.os-table .id-col-space {
|
||||
|
Loading…
Reference in New Issue
Block a user