Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

label-items.css

This file is used to style fields with class 'label-items' eg: Recipe category.

File

core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css

View source
  1. /**
  2. * @file
  3. * This file is used to style fields with class 'label-items' eg: Recipe
  4. * category.
  5. */
  6. .label-items {
  7. margin-bottom: 1.2em;
  8. }
  9. .label-items .field__items {
  10. display: flex;
  11. flex-wrap: wrap;
  12. }
  13. .label-items .field__label,
  14. .label-items .field__item {
  15. padding-right: 0.6rem;
  16. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal