Form view improvements to fit smaller screens

On screens with less than 768px content is limited to 2 columns.

On mobile field labels have their own line.

Fix elements width for XS screens
This commit is contained in:
Daniel Torres
2017-01-02 12:24:49 -02:00
committed by Sergey Shebanin
parent b2b97c87e6
commit 4e7f4a6fc0
2 changed files with 68 additions and 0 deletions

View File

@@ -22,6 +22,9 @@
<link rel="stylesheet"
href="/web_responsive/static/src/less/app_drawer.less"
/>
<link rel="stylesheet"
href="/web_responsive/static/src/less/form_view.less"
/>
<link rel="stylesheet"
href="/web_responsive/static/src/less/variables.less"
/>