N°6240 - Improve display of picture in read or edit mode (#484)

This commit is contained in:
Anne-Catherine
2023-05-15 16:12:26 +02:00
committed by GitHub
parent bf21481bf6
commit a98fab8f66
3 changed files with 14 additions and 3 deletions

View File

@@ -64,11 +64,22 @@ $ibo-field--enable-bulk--checkbox--margin-left: $ibo-spacing-300 !default;
word-break: break-word;
white-space: inherit;
}
& pre {
white-space: break-spaces;
}
}
}
/* We need the rule to keep picture inside the column */
&[data-attribute-type="AttributeImage"] {
> .ibo-field--value {
display: grid;
> span {
display: inherit;
}
}
}
}
/* Large field = Label on top, value below */