Skip to content
Snippets Groups Projects
Commit 4d68d779 authored by qsm-odoo's avatar qsm-odoo
Browse files

[IMP] web_editor: force web_editor overlay option buttons to stay on one line

Before this commit, when the snippet was too narrow, the buttons broke
over multiple lines.
parent c204d621
No related branches found
No related tags found
No related merge requests found
......@@ -287,6 +287,8 @@ html[lang] > body.editor_enable{
// OVERLAY OPTIONS
> .oe_overlay_options {
.o-position-absolute(@bottom: 0, @left: 0);
width: 250px; // the parent oe_overlay has a width equal to the snippet width, the 250px is there to force the options to stay on one line without overriding bootstrap .btn-group
text-align: left;
> .btn-group {
white-space: nowrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment