Fix for tooltip width (placed it wrong)

10.3.x-maintenance
skaman82 2016-08-01 18:07:23 +02:00
parent 082c3d93f2
commit 8e89d7c97c
1 changed files with 4 additions and 3 deletions

View File

@ -1708,6 +1708,10 @@ button.active {
color: #000; color: #000;
} }
.jBox-Tooltip {
max-width: 180px;
}
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) { @media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
@ -1814,9 +1818,6 @@ input {
position: initial; position: initial;
} }
.jBox-Tooltip {
max-width: 180px;
}
} }