label-items.css

Same filename in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css
  2. 8.9.x core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css
  3. 10 core/profiles/demo_umami/themes/umami/css/components/fields/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. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.