Skip to content
Snippets Groups Projects
Commit 9018fbe3 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #64069 fix css compatibility chrome / firefox

parent bd7dbf02
Branches
Tags 7.1.17
3 merge requests!2334Master,!2324Jc box template,!2310dev #64069 fix css compatibility chrome / firefox
Pipeline #2350 failed with stage
in 10 minutes and 20 seconds
.widget_templates .ui-accordion-content {
column-count: 3;
}
.widget_templates.ui-accordion .ui-accordion-header {
padding: 1em 2em;
margin-bottom: 2px;
......@@ -28,11 +23,15 @@
box-shadow: 0px 0px 5px var(--widget-shadow);
text-align: center;
border-radius: 5px;
margin: 10px 0;
margin: 0.5%;
}
.widget_templates a {
width: 32%;
}
.widget_templates a,
.widget_templates a img {
width: 100%;
}
......@@ -43,6 +42,7 @@
margin: 0;
padding: 1em;
border-radius: 5px 5px 0 0;
white-space: nowrap;
}
.widget_templates a:hover {
......
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