solid-style-guide
solid-style-guide copied to clipboard
button and label alignment
I now have the following layout in https://github.com/inrupt/generator-solid-react/pull/249:

I would like to change a few things (e.g. put the 'URL:' and 'Share:' labels to the left of the corresponding input field) but can't really find any instructions on how. Vincent told me I could use an input-wrap but that just seems to make the alignment of buttons and labels worse.
Can you give some guidance on how the UI elements on this page could be organized better, in compliance with the style guide?
Update: applying classes from https://design.inrupt.com/atomic-core/?cat=Atoms#Buttons to the buttons gave a slight improvement, and <div className="input-wrap"> was useful so that the Load and Save buttons are not underneath each other, but next to each other.
But I'm still struggling with how to get the label+input besides each other horizontally.