Skip to content
Snippets Groups Projects
Commit 5e9ae0a7 authored by Volker Killesreiter's avatar Volker Killesreiter Committed by Sascha Eggenberger
Browse files

Issue #3345467: Fix paragraphs warning icon position and size

parent 0b83d23c
No related branches found
No related tags found
1 merge request!230Issue #3345467: Fix paragraphs warning icon position and size
Pipeline #10001 passed
......@@ -309,7 +309,13 @@ html[dir="rtl"].js .paragraph-type-icon {
}
.js .paragraph-top {
grid-template-columns: 1fr auto 1fr auto;
grid-template-columns: auto auto 1fr auto;
}
.paragraphs-icon-changed {
background-size: auto;
height: 32px;
width: 32px;
}
.gin--dark-mode .paragraphs-tabs-wrapper .field-multiple-table .draggable {
......
......@@ -240,7 +240,13 @@ html.js .paragraph-type-icon {
}
.js .paragraph-top {
grid-template-columns: 1fr auto 1fr auto;
grid-template-columns: auto auto 1fr auto;
}
.paragraphs-icon-changed {
background-size: auto;
height: 32px;
width: 32px;
}
// Darkmode overrides
......
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