3
0
Fork 0

[FIX][web_responsive] Form padding, titles and buttons OK in XS

Small makeup to make it look good in XS screens.
9.0
Jairo Llopis 2017-01-20 11:45:53 +01:00
parent ac3c1de637
commit 0fccd36830
1 changed files with 13 additions and 0 deletions

View File

@ -10,6 +10,19 @@
min-width: auto;
max-width: 100%;
}
@media (max-width: @screen-sm-max) {
padding: 0;
.oe_form_sheet_width {
border: none;
}
}
}
// No overflowing buttons or titles
.oe_button_box, .oe_title {
max-width: 100%;
}
@media (max-width: @screen-sm-max) {