spacing issue in label and text in comment settings of nodes

Created on 12 June 2023, about 1 year ago
Updated 27 February 2024, 4 months ago

Problem/Motivation

when we create/edit any node in comment settings, open and closed radio option have less spacing between text and label. their should be more space here.

Steps to reproduce

  • set 10.0.x and install gin 8.x-3.x-dev set as backend theme
  • go 'node/add/article', click on comment settings , issue will be appear.

Proposed resolution

Adding the css propertied in description_toggle.css, to resolve this issue.
Modified file: gin/dist/css/components/description_toggle.css

[dir="ltr"] .form-type--checkbox > .help-icon__element-has-description label,
[dir="ltr"] .form-type--radio > .help-icon__element-has-description label {
  margin-left: 6px;
  margin-top: 3px;
}

[dir="rtl"] .form-type--checkbox > .help-icon__element-has-description label,
[dir="rtl"] .form-type--radio > .help-icon__element-has-description label {
  margin-right: 6px;
  margin-top: 3px;
}
🐛 Bug report
Status

Closed: cannot reproduce

Version

3.0

Component

User interface

Created by

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

Comments & Activities

Production build 0.69.0 2024