N°2127 - Fix field content overlapping on rest of the UI (Backoffice)

This commit is contained in:
Molkobain
2020-12-16 18:03:53 +01:00
parent a00c573866
commit f525e161a8
6 changed files with 168 additions and 18 deletions

View File

@@ -183,6 +183,11 @@ $ibo-activity-entry--sub-information--text-color: $ibo-color-grey-700 !default;
pre{
white-space: pre-wrap;
}
/* Avoid table to overflow outside the entry (see N°2127) */
table{
table-layout: fixed;
width: 100%;
}
/* Specific hyperlink color */
a{