The import/export columns were not displayed correctly
This commit is contained in:
parent
c095c60284
commit
6de3a400e1
1 changed files with 1 additions and 2 deletions
|
@ -748,7 +748,7 @@ input[type=checkbox] {
|
|||
.popup {
|
||||
font-size: 12px;
|
||||
width: 80%;
|
||||
max-width: 450px;
|
||||
max-width: 500px;
|
||||
padding: 10px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
border: 1px solid #ccc;
|
||||
|
@ -805,7 +805,6 @@ input[type=checkbox] {
|
|||
}
|
||||
.column {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
#settings,
|
||||
#importexport,
|
||||
|
|
Loading…
Reference in a new issue