label-items.css
Same filename in other branches
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.