fix(core): update
This commit is contained in:
@ -19,7 +19,11 @@ export class UptimelinkWebwidget extends LitElement {
|
||||
return html`
|
||||
${domtools.elementBasic.styles}
|
||||
<style>
|
||||
:host {
|
||||
display: block;
|
||||
}
|
||||
.mainbox {
|
||||
line-height: 1em;
|
||||
margin: auto;
|
||||
display: grid;
|
||||
grid-template-columns: 26px auto;
|
||||
|
Reference in New Issue
Block a user