Skip to content
Snippets Groups Projects
Commit fc869577 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Issue #3271980 by epicivo: Paragraph title div is very narrow

parent 6c16418d
No related branches found
No related tags found
No related merge requests found
Pipeline #5103 passed
......@@ -26,7 +26,7 @@
.gin-breadcrumb__item:first-of-type .gin-breadcrumb__link {
position: relative;
padding-left: 2em;
padding-left: 1.75em;
}
.gin-breadcrumb__item:first-of-type .gin-breadcrumb__link::before {
......
......@@ -234,6 +234,10 @@
margin-right: .5rem;
}
.js .paragraph-top {
grid-template-columns: 1fr auto 1fr auto;
}
.gin--dark-mode .paragraphs-tabs-wrapper .field-multiple-table .draggable {
background: var(--colorGinLayer2Background);
box-shadow: none;
......
......@@ -26,7 +26,7 @@
&__item:first-of-type &__link {
position: relative;
padding-left: 2em;
padding-left: 1.75em;
&::before {
content: "";
......
......@@ -250,6 +250,10 @@
margin-right: .5rem;
}
.js .paragraph-top {
grid-template-columns: 1fr auto 1fr auto;
}
// Darkmode overrides
.gin--dark-mode {
.paragraphs-tabs-wrapper .field-multiple-table .draggable {
......
  • @saschaeggi I think grid-template-columns: 1fr auto 1fr auto; might be too much. Now there's a huge space next to the paragraph title :thinking:

    I've used a custom css override for now for my case to go back to 150 or 200px, as I wasn't sure whether this was intended to be this large or not:

    Screenshot_2022-05-26_at_17.46.14

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