fix bug mots clés
This commit is contained in:
@@ -406,8 +406,10 @@ a {
|
||||
display: none; }
|
||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-mots-clefs .field__items {
|
||||
display: flex;
|
||||
flex-direction: row; }
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap; }
|
||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-mots-clefs .field__item {
|
||||
padding-bottom: 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
padding-right: 0.3rem;
|
||||
font-size: 0.8rem; }
|
||||
|
||||
@@ -302,9 +302,10 @@
|
||||
.field__items{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.field__item{
|
||||
|
||||
padding-bottom: 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
padding-right: 0.3rem;
|
||||
font-size: 0.8rem;
|
||||
|
||||
Reference in New Issue
Block a user