1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16221] Fix ACP statistics layout

PHPBB3-16221
This commit is contained in:
3D-I
2019-12-24 23:37:15 +01:00
parent cc9b29488f
commit 9345bc1610
2 changed files with 64 additions and 54 deletions

View File

@@ -723,11 +723,17 @@ td {
}
.table1 {
clear: both;
display: inline-block;
border-spacing: 1px;
border-collapse: separate;
}
.lside {
display: flex;
align-items: stretch;
width: 100%;
}
.tabled {
width: 25%;
}