* make main-contents slightly wider to prevent overlaps
 * make classes listview name column slightly wider to prevent overlap
This commit is contained in:
Sarjuuk
2017-03-29 14:37:27 +02:00
parent e400155a64
commit 9ee7b44ddb
2 changed files with 2 additions and 2 deletions

View File

@@ -2378,7 +2378,7 @@ a.modelviewer-close {
.layout {
min-width: 980px;
max-width: 1240px;
max-width: 1340px;
margin: 0 auto;
}

View File

@@ -15869,7 +15869,7 @@ Listview.templates = {
td.style.borderLeft = 'none';
// force minimum width to fix overlap display bug
td.style.width = '225px';
td.style.width = '270px';
var wrapper = $WH.ce('div');