This commit is contained in:
trading_peter 2024-10-21 23:36:23 +02:00
parent d58c280433
commit 402d7cff2f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@tp/tp-checkbox", "name": "@tp/tp-checkbox",
"version": "1.0.7", "version": "1.0.8",
"description": "", "description": "",
"main": "tp-checkbox.js", "main": "tp-checkbox.js",
"scripts": { "scripts": {

View File

@ -43,7 +43,7 @@ class TpCheckbox extends Inert(ControlState(FormElement(LitElement))) {
.wrap { .wrap {
display: flex; display: flex;
align-items: center; align-items: flex-start;
} }
.label { .label {