Commit ac15b3c7 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: radio field: ensure the label width do not use 100%

parent 168a9e1f
Pipeline #14041 failed with stage
in 0 seconds
......@@ -1630,6 +1630,12 @@ div.invisible_footer .document_table nav {
cursor: pointer;
}
/**********************************************
* Radio field
**********************************************/
div[data-gadget-url$="gadget_erp5_field_radio.html"] label {
display: inline;
}
/**********************************************
* Notification
**********************************************/
div[data-gadget-scope='notification'] {
......
......@@ -246,7 +246,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>989.60433.59989.54698</string> </value>
<value> <string>990.31225.42814.19421</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>1612969527.49</float>
<float>1614875251.37</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1908,6 +1908,19 @@ div[data-gadget-scope='erp5_searchfield'] {
}
/**********************************************
* Radio field
**********************************************/
div[data-gadget-url$="gadget_erp5_field_radio.html"] {
label {
// Ensure the label width do not use 100%
// in case of display block
// as user may by mistake change the value
// when clicking on a blanck area
display: inline;
}
}
/**********************************************
* Notification
**********************************************/
......
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