N°3592 - Fix alignment of custom fields in the backoffice

This commit is contained in:
Molkobain
2021-08-06 17:04:14 +02:00
parent 0be6a8aef4
commit 80f7d07378
3 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ $ibo-field--value-decoration--spacing-x: 0.5rem !default;
/* Avoid value to overflow from its container with very long strings (typically URLs) */
/* Note: Some types of attribute must be excluding as it can alter their rendering */
&:not([data-attribute-type="AttributeBlob"]):not([data-attribute-type="AttributeFile"]):not([data-attribute-type="AttributeImage"]):not(.ibo-input-file-select--container) {
&:not([data-attribute-type="AttributeBlob"]):not([data-attribute-type="AttributeFile"]):not([data-attribute-type="AttributeImage"]):not([data-attribute-type="AttributeCustomFields"]):not(.ibo-input-file-select--container) {
/* We need the rule to apply for the class and all its descendants */
.ibo-field--value {
* {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long