1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Fix multicolumn not working

This commit is contained in:
Steffo 2019-02-03 20:12:02 +01:00
parent 15d04f3434
commit 1a336cbc07

View file

@ -212,7 +212,7 @@ table {
ul { ul {
list-style: none; list-style: none;
.multicolumn { &.multicolumn {
column-width: 192px; column-width: 192px;
word-wrap: break-word; word-wrap: break-word;
} }