mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6240 - Improve display of picture in read or edit mode (#484)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user