mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Fixed long words breaking tables
This commit is contained in:
parent
bd73c88edd
commit
f0f30e14f0
@ -42,6 +42,9 @@
|
||||
clear: both;
|
||||
margin: $-m 0;
|
||||
}
|
||||
table {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
// Page content pointers
|
||||
|
Loading…
Reference in New Issue
Block a user