Gin theme compatibility

Created on 11 February 2025, about 2 months ago

Problem/Motivation

I'm using Gin theme and the `column-*`'s class CSS rules are rewritten by `.row>*` CSS rule of the Gin theme.

Proposed resolution

Update CSS from:

.column-2 {
    width:50%;
}
.column-3 {
    width:33.333%;
}

to

.row .column-2 {
    width:50%;
}
.row .column-3 {
    width:33.333%;
}

Also, the CSS formatting does not follow Drupal coding standards.

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇦🇺Australia alex.skrypnyk Melbourne

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024