Disable DuplicateProperty for CSS hack
This commit is contained in:
parent
515fe375e6
commit
ce7dc78dc1
|
@ -7,6 +7,7 @@ table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
/* For Firefox to horizontally scroll wider tables */
|
/* For Firefox to horizontally scroll wider tables */
|
||||||
|
// scss-lint:disable DuplicateProperty
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
word-break: keep-all;
|
word-break: keep-all;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue