diff --git a/projects/tui-editor/components/editor-socket/styles/checkbox.less b/projects/tui-editor/components/editor-socket/styles/checkbox.less index f995a688c..7b7f4a386 100644 --- a/projects/tui-editor/components/editor-socket/styles/checkbox.less +++ b/projects/tui-editor/components/editor-socket/styles/checkbox.less @@ -4,6 +4,10 @@ ul[data-type] { li[data-checked] { display: flex; gap: 0.5rem; + + & > div { + width: 100%; + } } li[data-checked] > label > input[type='checkbox'] {