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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user