We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732e9f0 commit d8cd992Copy full SHA for d8cd992
modules/gui/menu.mjs
@@ -1331,7 +1331,7 @@ class StandaloneMenu extends JSRootMenu {
1331
`.jsroot_dialog_header { flex: 0 1 auto; padding: 5px; }`+
1332
`.jsroot_dialog_content { flex: 1 1 auto; padding: 5px; }`+
1333
`.jsroot_dialog_footer { flex: 0 1 auto; padding: 5px; }`+
1334
- `.jsroot_dialog_button { float: right; margin-right: 1em; }`, element.node());
+ `.jsroot_dialog_button { float: right; width: fit-content; margin-right: 1em; }`, element.node());
1335
1336
return new Promise(resolveFunc => {
1337
element.on('keyup', evnt => {
0 commit comments