mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-05 03:37:50 +08:00
add word wrap for label
This commit is contained in:
@@ -538,9 +538,9 @@ const AccessControlTUI = () => {
|
||||
return Show(
|
||||
{ when: () => errorState().show },
|
||||
div(
|
||||
{ class: "flex flex-col bg-red " },
|
||||
{ class: "flex flex-col" },
|
||||
label(
|
||||
{ class: "w-25 text-white", wordWrap: true },
|
||||
{ class: "w-50 text-white bg-red", wordWrap: true },
|
||||
() => errorState().message,
|
||||
),
|
||||
button(
|
||||
|
||||
Reference in New Issue
Block a user