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:
parent
15d04f3434
commit
1a336cbc07
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue