1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 09:30:34 +01:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/15638] Add word-break for overflowing.
This commit is contained in:
Tristan Darricau 2018-07-08 17:56:25 +02:00
commit 7f7f3904cd

View File

@ -867,6 +867,7 @@ table.zebra-table tbody tr:nth-child(odd) {
}
.row2 {
word-break: break-all;
background-color: #dcebfe;
}