1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Fixed: Tooltips in modals

This commit is contained in:
Mark McDowall
2014-06-02 08:11:56 -07:00
parent 0293a0c006
commit 903e804425
2 changed files with 17 additions and 11 deletions
+16
View File
@@ -87,3 +87,19 @@ h3 {
margin-left: 0px;
}
}
// Tooltips
.help-inline-checkbox, .help-inline {
.tooltip-inner {
white-space : pre-wrap;
min-width : 200px;
}
.help-link ~ .tooltip {
.tooltip-inner {
white-space : normal;
min-width : 0px;
}
}
}