mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/12332] Fix displaying attachments with long file names
PHPBB3-12332
This commit is contained in:
@@ -911,6 +911,11 @@ table.styles td.users, table td.mark {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.fixed-width-table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||
{
|
||||
table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
|
||||
|
Reference in New Issue
Block a user