Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aligned text with button #314

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

letziou
Copy link

@letziou letziou commented Mar 8, 2023

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

@Naapperas Naapperas requested review from Process-ing and CiscoPr March 8, 2023 17:47
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change

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

📣 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
@@           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 Coverage Δ
...omponents/Offers/Form/form-components/OfferForm.js 94.73% <ø> (ø)
...components/utils/form/multiOptionTextFieldStyle.js 100.00% <ø> (ø)
src/components/utils/form/MultiOptionTextField.js 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@letziou letziou self-assigned this Mar 9, 2023
Copy link
Contributor

@Process-ing Process-ing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything seems great! Though, there's a teeny-tiny issue that I need to mention.

const disabled = Object.keys(items).length <= 1;
return (
<FormControl>
<span>
<IconButton
aria-label={`Remove Entry ${i}`}
onClick={onClick}
className={classes.buttom}
disabled={disabled}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

buttom is triggering my OCD.

@@ -1,6 +1,9 @@
import { makeStyles } from "@material-ui/styles";

export default makeStyles(() => ({
buttom: {
bottom: "10px",
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

buttom also here.

@Naapperas
Copy link
Member

@letziou updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent spacing in create offer page
4 participants