diff --git a/packages/mindplot/src/components/widget/KeyboardShortcutTooltip.js b/packages/mindplot/src/components/widget/KeyboardShortcutTooltip.js index 5333756f..187c312c 100644 --- a/packages/mindplot/src/components/widget/KeyboardShortcutTooltip.js +++ b/packages/mindplot/src/components/widget/KeyboardShortcutTooltip.js @@ -48,7 +48,6 @@ class KeyboardShortcutTooltip extends FloatingTip { result.css({ padding: '3px 0px', width: '100%', - color: 'white', }); const textContainer = $('
').text(text); diff --git a/packages/mindplot/test/playground/map-render/css/editor.less b/packages/mindplot/test/playground/map-render/css/editor.less index afa3793a..c4f6760d 100644 --- a/packages/mindplot/test/playground/map-render/css/editor.less +++ b/packages/mindplot/test/playground/map-render/css/editor.less @@ -152,3 +152,7 @@ div#bottom-logo { height: 40px; z-index: 10000; } + +.popover { + max-width: none; +} \ No newline at end of file