Fix: Settings modal did not display properly on iPad and other browsers under 1200px wide
This commit is contained in:
parent
3ebd54d888
commit
917a2a528b
1 changed files with 9 additions and 0 deletions
|
|
@ -905,3 +905,12 @@ textarea.block {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
.span4 {
|
||||
width: 25%;
|
||||
}
|
||||
.span8 {
|
||||
width: 65%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue