Merge branch '917-help-message-overflow-6.0' into 'pandora_6.0'

Changed tooltip max width (non-sense)

See merge request !529
This commit is contained in:
vgilc 2017-06-19 09:19:07 +02:00
commit 27b1458f93
1 changed files with 2 additions and 0 deletions

View File

@ -139,7 +139,9 @@ tr.introjs-showElement > th {
padding: 20px;
background-color: white;
min-width: 220px;
/*
max-width: 260px;
*/
border-radius: 3px;
box-shadow: 0 1px 10px rgba(0,0,0,.4);
-webkit-transition: opacity 0.1s ease-out;