mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 12:28:06 +01:00
Merge pull request #4669 from humhub/fix/4668
Fix #4668: table-responsive tables do not overflow due to default word break style
This commit is contained in:
commit
5083c093f5
@ -1,6 +1,10 @@
|
||||
HumHub Changelog
|
||||
================
|
||||
|
||||
1.7.2 (Unreleased)
|
||||
-------------------------
|
||||
- Fix #4668: table-responsive tables do not overflow due to default word break style
|
||||
|
||||
|
||||
1.7.1 (November 27, 2020)
|
||||
-------------------------
|
||||
|
@ -137,4 +137,12 @@ span.likeLinkContainer .like.disabled, span.likeLinkContainer .unlike.disabled {
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
.table-responsive {
|
||||
word-wrap: normal;
|
||||
overflow-wrap: normal;
|
||||
word-break: normal;
|
||||
-moz-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user