N°6543 - Fix AttributeHTML field not respecting column constraint due to typo in CSS selector

This commit is contained in:
Molkobain
2024-07-17 21:44:38 +02:00
parent 5fa9ef05a6
commit 7e79b27823
3 changed files with 4 additions and 4 deletions

View File

@@ -81,8 +81,8 @@ $ibo-field--enable-bulk--checkbox--margin-left: $ibo-spacing-300 !default;
}
}
/*N°6543 - We need the rule to keep text inside the column when width is defined*/
&[data-attribute-type="AttributeHtml"],
/*N°6543 - We need the rule to keep text inside the column when width is defined */
&[data-attribute-type="AttributeHTML"],
&[data-attribute-type="AttributeText"] {
&[data-attribute-flag-read-only="true"] {
display: grid;