Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / fields / field.css
1 /**
2  * @file
3  * This file is used to style fields.
4  */
5
6 .field--label-inline.field {
7   display: flex;
8   flex-wrap: wrap;
9 }
10
11 .field--label-inline .field__label,
12 .field--label-inline .field__items {
13   /* Undo use of floats by classy, switch to flexbox */
14   float: none;
15 }