Impact analysis display: cosmetics on tooltips: widen a bit the tooltips and prevent the text from overflowing horizontally.

SVN:trunk[4224]
This commit is contained in:
Denis Flaven
2016-06-17 08:52:12 +00:00
parent 9b774d3f72
commit 636cd646aa
2 changed files with 4 additions and 0 deletions

View File

@@ -1449,6 +1449,8 @@ div.ui-dialog-header {
.ui-tooltip {
padding: 10px 10px;
box-shadow: 0 0 7px black;
max-width: 350px;
overflow: hidden;
}
.ui-tooltip .arrow {
width: 70px;

View File

@@ -1539,6 +1539,8 @@ div.ui-dialog-header {
.ui-tooltip {
padding: 10px 10px;
box-shadow: 0 0 7px black;
max-width: 350px;
overflow: hidden;
}
.ui-tooltip .arrow {
width: 70px;