Skip to content

Add missing space in "add column based on reconciled values" dialog#6151

Merged
wetneb merged 3 commits into
OpenRefine:masterfrom
SrinathKadam048:issue-fix
Nov 16, 2023
Merged

Add missing space in "add column based on reconciled values" dialog#6151
wetneb merged 3 commits into
OpenRefine:masterfrom
SrinathKadam048:issue-fix

Conversation

@SrinathKadam048

Copy link
Copy Markdown
Contributor

Fixes #6143

Changes proposed in this pull request:

  • Added 5px spacing to the right of "remove" action

This is my first Open Source Contribution. Please let me know if I need to follow any additional details/steps

@github-actions github-actions Bot added Type: Bug Issues related to software defects or unexpected behavior, which require resolution. Module: Frontend These issues involve working on HTML, CSS, and JavaScript code that affects the user interface. Good First Issue Indicates issues suitable for newcomers to design or coding, providing a gentle introduction. labels Nov 10, 2023
@SrinathKadam048

Copy link
Copy Markdown
Contributor Author

Attaching the screenshot of fixed dialiog:
Screenshot 2023-11-10 at 5 48 58 PM

@wetneb wetneb left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks a lot for tackling this! The visual aspect looks good to me.

Comment thread main/tests/cypress/yarn.lock
$('<a href="javascript:{}"></a>')
.text($.i18n('core-views/remove-prop'))
.addClass("action")
.css("margin-right", "5px")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Abbe98 does that look like the right approach to you? I generally try to avoid inline CSS but for a place like this I think it's probably fine?

@wetneb wetneb changed the title Issue fix for #6143 Add missing space in "add column based on reconciled values" dialog Nov 10, 2023
@wetneb wetneb merged commit 4d77409 into OpenRefine:master Nov 16, 2023
wetneb pushed a commit that referenced this pull request Nov 29, 2023
…6151)

* fixes spaces missing issue

* formatted extra line

* reverting to older version

---------

Co-authored-by: Srinath Kadam <srinathkadam@Srinaths-MacBook-Air.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Good First Issue Indicates issues suitable for newcomers to design or coding, providing a gentle introduction. Module: Frontend These issues involve working on HTML, CSS, and JavaScript code that affects the user interface. Type: Bug Issues related to software defects or unexpected behavior, which require resolution.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing space in "add column based on reconciled values" dialog

2 participants