fix: use correct class names
This commit is contained in:
parent
e5ff863e94
commit
db63427795
6 changed files with 21 additions and 21 deletions
|
@ -42,7 +42,7 @@
|
|||
("id" "metadata_tab")
|
||||
("class" "tab fadein hidden")))
|
||||
(form
|
||||
("class" "w-full flex justify_between gap_2 flex_collapse_rev")
|
||||
("class" "w_full flex justify_between gap_2 flex_collapse_rev")
|
||||
("style" "margin-top: var(--pad-2)")
|
||||
("onsubmit" "create_entry(event)")
|
||||
(button
|
||||
|
@ -51,13 +51,13 @@
|
|||
(div
|
||||
("class" "flex gap_2")
|
||||
(input
|
||||
("class" "w-full")
|
||||
("class" "w_full")
|
||||
("type" "text")
|
||||
("minlength" "2")
|
||||
("name" "edit_code")
|
||||
("placeholder" "Custom edit code"))
|
||||
(input
|
||||
("class" "w-full")
|
||||
("class" "w_full")
|
||||
("type" "text")
|
||||
("minlength" "2")
|
||||
("maxlength" "32")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue