1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Fixed text overflow in various views

Fixes #669
This commit is contained in:
Dan Brown
2018-02-11 14:28:26 +00:00
parent 548dcd4db1
commit 2d43ab8a1b
7 changed files with 16 additions and 13 deletions

View File

@ -412,8 +412,6 @@ ul.pagination {
line-height: 1.2;
color: #009688;;
text-decoration: none;
white-space: pre-wrap; /* css-3 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
p {
font-size: .85em;

View File

@ -359,6 +359,11 @@ li.checkbox-item, li.task-list-item {
color: inherit;
}
.break-text {
white-space: pre-wrap;
word-wrap: break-word;
}
/**
* Grouping
*/