add some margins to the index page
resize form
This commit is contained in:
@@ -17,7 +17,7 @@ type RangeProps struct {
|
||||
templ Range(props RangeProps) {
|
||||
<div class="form-control">
|
||||
<label
|
||||
class="label space-x-1"
|
||||
class="label space-x-1 w-full"
|
||||
x-data={ fmt.Sprintf("{ value: %d }", props.Value) }
|
||||
>
|
||||
if props.Label != "" {
|
||||
|
||||
Reference in New Issue
Block a user