llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
195 stars 410 forks source link

Fix alignment issue. Wrap label and input tag in div and apply css to it. #1612

Closed vraj-712 closed 3 months ago

vraj-712 commented 3 months ago

Changes

✅ Wrap label and input tag in div. then apply flex property to it and center items vertically and give some margin padding to it. ❌ Remove Margin from input tags so basically it appear as vertical menu.

llaske commented 3 months ago

Related to https://github.com/llaske/sugarizer/issues/1607

llaske commented 3 months ago

That's better. Thanks.

Note: mention the issue in the body of the PR, not in title.