mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(): dashboard settings form polish, added on hover tooltip for checkbox directive
This commit is contained in:
@@ -18,7 +18,7 @@ export function infoPopover() {
|
||||
|
||||
var offset = attrs.offset || '0 -10px';
|
||||
var position = attrs.position || 'right middle';
|
||||
var classes = 'drop-help';
|
||||
var classes = 'drop-help drop-hide-out-of-bounds';
|
||||
if (attrs.wide) {
|
||||
classes += ' drop-wide';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user