I encountered an issue with my simple bootstrap form that contains the following fields:
- The Labels and text box are not aligned properly in a straight line.
- When adjusting the size of the Notes field, it affects the positioning of the other fields causing them to move down (refer to screenshot point 2). How can I ensure all fields remain fixed and align the label and text in a straight line?
https://i.sstatic.net/Mg7MA.png
**below is the runnable code; please assist by editing below (open the snippet full page).
<!DOCTYPE html>
<html>
<head>
... [rest of the HTML content here] ...
</body>
</html>
code.**