mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6543 - Fix AttributeHTML field not respecting column constraint due to typo in CSS selector
This commit is contained in:
@@ -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*/
|
/*N°6543 - We need the rule to keep text inside the column when width is defined */
|
||||||
&[data-attribute-type="AttributeHtml"],
|
&[data-attribute-type="AttributeHTML"],
|
||||||
&[data-attribute-type="AttributeText"] {
|
&[data-attribute-type="AttributeText"] {
|
||||||
&[data-attribute-flag-read-only="true"] {
|
&[data-attribute-flag-read-only="true"] {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ $ibo-fieldsorter--selected--background-color: $ibo-color-blue-200 !default;
|
|||||||
justify-content: end;
|
justify-content: end;
|
||||||
}
|
}
|
||||||
/* N°6543 - We need the rule to keep text inside the column when width is defined */
|
/* N°6543 - We need the rule to keep text inside the column when width is defined */
|
||||||
> [data-attribute-type="AttributeHtml"],
|
> [data-attribute-type="AttributeHTML"],
|
||||||
> [data-attribute-type="AttributeText"] {
|
> [data-attribute-type="AttributeText"] {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user