Commit b929090e authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Prevent the header to have a width higher than the screen

parent 23fed05f
......@@ -545,6 +545,7 @@ div[data-gadget-scope='header'] .ui-header {
z-index: 1000;
text-align: center;
display: flex;
width: 100%;
flex-flow: row wrap;
}
@media only screen and (min-width: 62em) {
......
......@@ -230,7 +230,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>952.24232.30623.62429</string> </value>
<value> <string>952.25951.52251.28194</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -248,7 +248,7 @@
</tuple>
<state>
<tuple>
<float>1467798619.41</float>
<float>1467901814.61</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -638,6 +638,8 @@ div[data-gadget-scope='header'] .ui-header {
text-align: center;
display: flex;
// Prevent the header to have a width higher than the screen
width: 100%;
flex-flow: row wrap;
@media @desktop {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment