N°377 Impact analysis: UI Glitch in tooltip when text was too long.

SVN:trunk[4856]
This commit is contained in:
Guillaume Lajarige
2017-08-09 15:09:35 +00:00
parent 7287cab6f4
commit b953a6ab3e
2 changed files with 6 additions and 0 deletions

View File

@@ -1797,6 +1797,9 @@ div.ui-dialog-header {
bottom: -20px;
top: auto;
}
.ui-tooltip .ui-tooltip-content {
overflow-x: auto;
}
table.export_parameters td {
padding-right: 2em;
}

View File

@@ -1963,6 +1963,9 @@ div.ui-dialog-header {
bottom: -20px;
top: auto;
}
.ui-tooltip .ui-tooltip-content{
overflow-x: auto;
}
table.export_parameters td {
padding-right: 2em;
}