mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[ticket/15927] Fix render issue
PHPBB3-15927
This commit is contained in:
@@ -723,14 +723,20 @@ td {
|
||||
}
|
||||
|
||||
.table1 {
|
||||
display: inline-block;
|
||||
clear: both;
|
||||
border-spacing: 1px;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.lside {
|
||||
display: inline-block;
|
||||
width: 40%;
|
||||
.lside .table1 {
|
||||
float: left;
|
||||
clear: none;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
|
||||
.lside .table1 {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.tabled {
|
||||
|
Reference in New Issue
Block a user