1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 20:32:11 +02:00

[ticket/15638] Add word-break for overflowing.

PHPBB3-15638
This commit is contained in:
Ioannis Batas 2018-04-22 23:14:00 +03:00 committed by ioannisbat
parent d8c9dd8802
commit 88a23ec40d

View File

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