NIAEFEUP / nijobs-fe

[FRONTEND] A platform for companies to advertise their job opportunities to students
GNU General Public License v3.0
23 stars 3 forks source link

aligned text with button #314

Open letziou opened 1 year ago

letziou commented 1 year ago

According to the meeting I removed the textFieldProps={{ multiline: true }} option from the requirements textField and then adjusted the position of the remove entry button to align with the text.

Closes #262

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (6d13452) 88.97% compared to head (9af5d10) 88.97%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #314 +/- ## ======================================== Coverage 88.97% 88.97% ======================================== Files 175 175 Lines 3311 3312 +1 Branches 834 834 ======================================== + Hits 2946 2947 +1 Misses 365 365 ``` | [Impacted Files](https://codecov.io/gh/NIAEFEUP/nijobs-fe/pull/314?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NIAEFEUP) | Coverage Δ | | |---|---|---| | [...omponents/Offers/Form/form-components/OfferForm.js](https://codecov.io/gh/NIAEFEUP/nijobs-fe/pull/314?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NIAEFEUP#diff-c3JjL2NvbXBvbmVudHMvT2ZmZXJzL0Zvcm0vZm9ybS1jb21wb25lbnRzL09mZmVyRm9ybS5qcw==) | `94.73% <ø> (ø)` | | | [...components/utils/form/multiOptionTextFieldStyle.js](https://codecov.io/gh/NIAEFEUP/nijobs-fe/pull/314?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NIAEFEUP#diff-c3JjL2NvbXBvbmVudHMvdXRpbHMvZm9ybS9tdWx0aU9wdGlvblRleHRGaWVsZFN0eWxlLmpz) | `100.00% <ø> (ø)` | | | [src/components/utils/form/MultiOptionTextField.js](https://codecov.io/gh/NIAEFEUP/nijobs-fe/pull/314?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NIAEFEUP#diff-c3JjL2NvbXBvbmVudHMvdXRpbHMvZm9ybS9NdWx0aU9wdGlvblRleHRGaWVsZC5qcw==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NIAEFEUP). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NIAEFEUP)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Naapperas commented 1 year ago

@letziou updates on this?