mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
[ticket/12332] Add break-word to fixed width table CSS
This ensures long words break and remain within the table cell PHPBB3-12332
This commit is contained in:
parent
f5262eb928
commit
2b9b6412b8
@ -913,6 +913,7 @@ table.styles td.users, table td.mark {
|
||||
|
||||
table.fixed-width-table {
|
||||
table-layout: fixed;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||
|
Loading…
x
Reference in New Issue
Block a user