Skip to content
Snippets Groups Projects
Commit a3eeaaec authored by Thomas Frobieter's avatar Thomas Frobieter
Browse files

Fixed ERL add-paragraphs-dropdown menu

parent 4c17af2d
No related branches found
No related tags found
No related merge requests found
node_modules
......@@ -341,7 +341,14 @@ ul.paragraphs-add-dialog-list input.field-add-more-submit {
margin-top: 0;
}
/* -- Fix Entity reference layouts add dropdowns */
/* -- Fix Entity reference layouts / ERL add dropdowns */
.layout-paragraphs-add-more-menu, .erl-add-more-menu{
width:650px !important;
}
.erl-add-content__group, .erl-add-more-menu__group{
width:650px !important;
grid-template-columns: repeat(4,150px) !important;
}
.erl-add-content--group button{
display:flex !important;
align-items:center;
......@@ -350,3 +357,7 @@ ul.paragraphs-add-dialog-list input.field-add-more-submit {
flex: 0 0 50px;
width:50px !important;
}
.layout-paragraphs-add-more-menu__item a, .erl-add-more-menu__item a{
margin:0 !important;
box-sizing: border-box;
}
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