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

Merge branch 'jc_box_template' into 'WIP'

dev #64069 fix css compatibility chrome /  firefox

See merge request !2310
parents 8319389e 9018fbe3
1 merge request!2310dev #64069 fix css compatibility chrome / firefox
Pipeline #2351 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