0
Adding space to Inputbox.
How can I add space between label and inputbox to make them look better and sorted?
1 Odpowiedź
+ 2
label {
min-width: 100px;
}
would make label has consistent width when content less than min-width
How can I add space between label and inputbox to make them look better and sorted?