fix: onboarding action buttons width overflow
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m1s
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m1s
This commit is contained in:
parent
3d2253e47f
commit
ca34930039
1 changed files with 4 additions and 4 deletions
|
|
@ -140,7 +140,7 @@ templ OnboardingName(errorMsg string) {
|
|||
}
|
||||
@button.Button(button.Props{
|
||||
Type: button.TypeSubmit,
|
||||
FullWidth: true,
|
||||
Class: "grow",
|
||||
}) {
|
||||
Continue
|
||||
@icon.ArrowRight()
|
||||
|
|
@ -224,7 +224,7 @@ templ OnboardingSpace(name string, errorMsg string) {
|
|||
}
|
||||
@button.Button(button.Props{
|
||||
Type: button.TypeSubmit,
|
||||
FullWidth: true,
|
||||
Class: "grow",
|
||||
}) {
|
||||
Create Space
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue