[IMP] web_responsive: Adapt label width

This commit is contained in:
Alexandre D. Díaz
2021-11-24 11:54:39 +01:00
parent af3770ec88
commit 622991abe3
9 changed files with 55 additions and 3 deletions

View File

@@ -12,16 +12,19 @@
>
<xpath expr="//link[last()]" position="after">
<link
type="text/css"
rel="stylesheet"
href="/web_responsive/static/src/css/web_responsive.scss"
href="/web_responsive/static/src/scss/web_responsive.scss"
/>
<link
type="text/css"
rel="stylesheet"
href="/web_responsive/static/src/css/search_view_mobile.scss"
href="/web_responsive/static/src/scss/search_view_mobile.scss"
/>
<link
type="text/css"
rel="stylesheet"
href="/web_responsive/static/src/css/kanban_view_mobile.scss"
href="/web_responsive/static/src/scss/kanban_view_mobile.scss"
/>
</xpath>
<xpath expr="//script[last()]" position="after">