1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-12 03:42:05 +02:00

Merge pull request #5720 from hanakin/ticket/16188

[ticket/16188] fix acp responsive stats
This commit is contained in:
Marc Alexander 2019-11-01 08:23:43 +01:00
commit 930895f563
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -728,13 +728,6 @@ td {
border-collapse: separate;
}
@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
.lside .table1 {
display: inline-table;
width: 49.7%;
}
}
.tabled {
width: 25%;
}