CSS bugfix to two-column popups - the right column was too wide and was being pushed below the left column
parent
ac41acd52b
commit
f69a2cca3c
|
@ -1276,7 +1276,6 @@ label {
|
||||||
float: left;
|
float: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-left: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#settingsmenu, #importexport, #embed {
|
#settingsmenu, #importexport, #embed {
|
||||||
|
|
Loading…
Reference in New Issue