Skip to content
Snippets Groups Projects
Verified Commit 7c7e3fd4 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: remove display property #219

parent adea894f
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ function updateDataSource() { ...@@ -180,7 +180,7 @@ function updateDataSource() {
data = []; data = [];
} }
this.datasource.set(data); this.data=data;
} }
/** /**
......
...@@ -118,8 +118,6 @@ class ContextError extends Popper { ...@@ -118,8 +118,6 @@ class ContextError extends Popper {
classes: { classes: {
button: "monster-theme-error-2", button: "monster-theme-error-2",
}, },
display: "inline-block"
}); });
} }
......
...@@ -87,8 +87,7 @@ class ContextHelp extends Popper { ...@@ -87,8 +87,7 @@ class ContextHelp extends Popper {
templates: { templates: {
main: getTemplate(), main: getTemplate(),
}, },
mode: "auto", mode: "auto"
display: "inline-block"
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment