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 db544b8 commit 497e92bCopy full SHA for 497e92b
src/botPage/view/View.js
@@ -521,7 +521,7 @@ export default class View {
521
});
522
elStopButtons.forEach(el => {
523
const elStopButton = el;
524
- elStopButton.style.display = 'initial';
+ elStopButton.style.display = 'inline-block';
525
526
527
globalObserver.emit('summary.disable_clear');
@@ -675,7 +675,7 @@ export default class View {
675
// killed the API connection.
676
getStopButtonElements().forEach(el => {
677
678
- elStopButton.style.display = 'none';
+ elStopButton.style.display = null;
679
elStopButton.removeAttribute('disabled');
680
681
getRunButtonElements().forEach(el => {
0 commit comments