mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12332] Remove width sizing, as it is already set
PHPBB3-12332
This commit is contained in:
parent
770ab13cb0
commit
3bebbc05ee
1 changed files with 0 additions and 1 deletions
|
@ -913,7 +913,6 @@ table.styles td.users, table td.mark {
|
||||||
|
|
||||||
table.fixed-width-table {
|
table.fixed-width-table {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||||
|
|
Loading…
Add table
Reference in a new issue