Skip to content
Discussion options

You must be logged in to vote

You could do this with a bit of css

select 'shell' as component, 'custom-form.css' as css;

select 'form' as component;

select 'name' as name, 4 as width;
select 'city' as name, 6 as width;
select 'zip' as name, 6 as width;
.row label:has(input[name="name"]) {
  width: 100%;
  padding: 0 25%;
}

https://sql-page.com/component.sql?component=shell#component

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Aesth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants