add completion message to task modal and make it wider
This commit is contained in:
@@ -14,7 +14,7 @@ templ Modal(props ModalProps) {
|
||||
{{
|
||||
maxWidth := props.MaxWidth
|
||||
if maxWidth == "" {
|
||||
maxWidth = "max-w-xl"
|
||||
maxWidth = "max-w-2xl"
|
||||
}
|
||||
}}
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user