mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°8748 - Implement horizontal scroll for LongText attributes
This commit is contained in:
@@ -81,9 +81,10 @@ $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="AttributeText"] {
|
||||
&[data-attribute-type="AttributeText"],
|
||||
&[data-attribute-type="AttributeLongText"] {
|
||||
&[data-attribute-flag-read-only="true"] {
|
||||
display: grid;
|
||||
|
||||
|
||||
@@ -125,7 +125,8 @@ $ibo-fieldsorter--selected--background-color: $ibo-color-blue-200 !default;
|
||||
}
|
||||
/* 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-type="AttributeText"],
|
||||
> [data-attribute-type="AttributeLongText"] {
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user