Skip to content

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

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

Merged
merged 3 commits into from
Nov 16, 2023

Conversation

SrinathKadam048
Copy link
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
Contributor Author

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

Copy link
Member

@wetneb wetneb left a comment

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.

@@ -275,6 +275,7 @@ ExtendReconciledDataPreviewDialog.prototype._renderPreview = function(data) {
$('<a href="javascript:{}"></a>')
.text($.i18n('core-views/remove-prop'))
.addClass("action")
.css("margin-right", "5px")
Copy link
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