Skip to content
Snippets Groups Projects
Commit d644dbc1 authored by Benjamin Kott's avatar Benjamin Kott Committed by Benni Mack
Browse files

[TASK] Streamline spacings

General spacings have been streamlined that are most relevant for
CSS declarations that add `margin-bottom` to ensure there is space
available to the next element.

Headlines h1, h2, and h3 will not add additional space to the top if
they are used in a document flow and are not the first element, and
have no classes assigned. This provides a visual divider when a
new content section is opened while keeping existing styles untouched.

There are edge cases where it can be necessary to add the space
manually because some additional necessary nesting is in place. For
this case, the class `.headline-spaced` was introduced. This class is
limited to h1, h2, and h3 and should be used with care.

The code styling for <pre> and <code> has been adjusted when
`[class*="language-"]` is matching. While we have no automatic syntax
highlighting for this kind of area yet, this indicates that a user
wants to highlight a section of code.

Dropping row and col implementations for inline forms. We are
introducing `.form-row` and respective variants to different viewports
`.form-row-*` to have more control over spacing for inline forms.

Each input element will consume the necessary space it needs and
wrap if not enough space is available.

The spacing for clearable elements is now applied to
`.form-control-clearable`. This allows the spacing adjustments to be
present before the JavaScript is invoked. The class will be added
through js if not already present on the element. This avoids
additional layout shifts.

Resolves: #100663
Releases: main
Change-Id: If9757d9dc04d9dca83cb1e89c5bbced1b20b5850
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78682


Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 84dc20bb
No related merge requests found
Showing
with 142 additions and 22 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment