mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°1616 - Fix large HTML table overflowing in HTML fields or logs
This commit is contained in:
@@ -154,6 +154,11 @@ body.ibo-has-fullscreen-descendant {
|
||||
.ibo-is-html-content {
|
||||
@extend .content;
|
||||
|
||||
/* Force user-generated tables to fit within the container as they often have an hard-coded width */
|
||||
table {
|
||||
width: unset !important;
|
||||
max-width: max-content;
|
||||
}
|
||||
code {
|
||||
color: initial;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user