Fix: Settings modal did not display properly on iPad and other browsers under 1200px wide

This commit is contained in:
Jon Carlos 2015-03-21 22:25:26 +00:00
parent 3ebd54d888
commit 917a2a528b

View file

@ -905,3 +905,12 @@ textarea.block {
}
}
}
.modal-body {
.span4 {
width: 25%;
}
.span8 {
width: 65%;
}
}