Headers in Gin admin Theme

Created on 12 September 2023, 10 months ago
Updated 14 September 2023, 10 months ago

Problem/Motivation

Headers are not shown correctly when using Gin theme. Attached picture.

💬 Support request
Status

Closed: works as designed

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @coaston
  • Status changed to Closed: works as designed 10 months ago
  • 🇫🇷France lazzyvn paris

    Support only bootstrap 5 admin theme

  • 🇮🇹Italy antonio.bertolini

    Hi,
    to mitigate this gin theme issue I add this css class:

    .paragraphs-tabs-wrapper .field-multiple-table > tbody > .draggable > td + td {
      vertical-align: top;
      width: auto;
    }
    .paragraphs-tabs-wrapper .field-multiple-table > tbody > .draggable > td + td, .js .field--widget-paragraphs .field-multiple-table, .field-multiple-table thead, .field-multiple-table tbody {display: block;}
    
    .paragraphs-tabs-wrapper .field-multiple-table tr.draggable {display: flex;align-items: center;flex-wrap: nowrap;xjustify-content: flex-start;}
    
    

    into my gin-custom.css file (see gin theme documentation about usage)

    hope this helps,

  • Hi @antonio,

    Thank you. It looks better, however is it possible to move headers inside the paragraph, Now I can see them ing GIN out of borders.

Production build 0.69.0 2024