label-items.css
Same filename and directory in other branches
- 10 core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css
- 11.x core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css
- 9 core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css
- 8.9.x 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
- /**
- * @file
- * This file is used to style fields with class 'label-items' eg: Recipe
- * category.
- */
- .label-items {
- margin-bottom: 1.2em;
- }
-
- .label-items .field__items {
- display: flex;
- flex-wrap: wrap;
- }
-
- .label-items .field__label,
- .label-items .field__item {
- padding-right: 0.6rem;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.