diff options
author | Tristan Darricau <tristan.darricau@gmail.com> | 2018-07-08 17:52:32 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@gmail.com> | 2018-07-08 17:52:32 +0200 |
commit | ed48b5f226151cfb35a940bbe8e1561f98ac1435 (patch) | |
tree | af1b7af2500cb8b4ad3b021ecb54166d1e59c525 | |
parent | 219e85c4e016a9d71987ff14fc0c1448fcd1c434 (diff) | |
parent | 88a23ec40d90a16bb08fd5ed6f19e0886992d36c (diff) | |
download | forums-ed48b5f226151cfb35a940bbe8e1561f98ac1435.tar forums-ed48b5f226151cfb35a940bbe8e1561f98ac1435.tar.gz forums-ed48b5f226151cfb35a940bbe8e1561f98ac1435.tar.bz2 forums-ed48b5f226151cfb35a940bbe8e1561f98ac1435.tar.xz forums-ed48b5f226151cfb35a940bbe8e1561f98ac1435.zip |
Merge pull request #5214 from ioannisbat/patch-1
[ticket/15638] Add word-break for overflowing.
* github.com:/phpbb/phpbb:
[ticket/15638] Add word-break for overflowing.
-rw-r--r-- | phpBB/adm/style/admin.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index efdd6f1e22..7cf6c22236 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -840,6 +840,7 @@ table.zebra-table tbody tr:nth-child(odd) { } .row2 { + word-break: break-all; background-color: #DCEBFE; } |