mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°2788 - Improve HTML fields/caselogs content overlapping for corner cases
This commit is contained in:
@@ -96,7 +96,12 @@ $ibo-field--value-decoration--spacing-x: 0.5rem !default;
|
||||
display: table;
|
||||
width: 100%;
|
||||
color: $ibo-field--value--color;
|
||||
word-break: break-word; /* Avoid value to overflow from its container with very long strings (typically URLs) */
|
||||
|
||||
/* Avoid value to overflow from its container with very long strings (typically URLs) */
|
||||
* {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/* Hack to force a table to fit its container without overflow (see N°2127) */
|
||||
/* Note that along with with, we now display a "expand" icon on large fields so we can have a better view of its content */
|
||||
|
||||
Reference in New Issue
Block a user