Chore: Tidy UI/UX of Adding and Editing `tags`
- Dominant language
- Dart
- Stars
- 152
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
At present we have the basic `tags` UI working in the MVP: https://mvp.fly.dev 🎉 (thanks @SimonLab!)

We need to tidy up the UI/UX a little before requesting feedback https://github.com/dwyl/mvp/issues/140 as the layout is _clearly_ a little "off".
# Todo
+ [ ] Add `tags` label in front of the `tags` `input` field to make it clearer. (we can test this later)
+ [ ] Left-align bot the `Tags` label and the `tags` `input` field
+ [ ] Match the `tags` `input` to the `item.text` above (light grey)
+ [ ] Place the `save` button on the _same_ line/row as the `tags` `input` to avoid wasting vertical space
+ [ ] Float the `save` button to the left
Apply these same styles to the **`edit mode`**.

Contributor guide
Assessment
This issue has not been assessed yet.