1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-30 20:24:54 +03:00

Fixed long words breaking tables

This commit is contained in:
Dan Brown 2015-11-09 19:05:52 +00:00
parent bd73c88edd
commit f0f30e14f0

View File

@ -42,6 +42,9 @@
clear: both;
margin: $-m 0;
}
table {
word-break: break-all;
}
}
// Page content pointers