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

fix: Minor styling fixes for Report an issue modal #1756

Merged

Conversation

kristenarmes
Copy link
Contributor

Signed-off-by: Kristen Armes [email protected]

Summary of Changes

Minor fixes for the Report an issue modal, including fixing the specificity of the close button and increasing the z-index so the modal will appear in front of everything.

Tests

N/A

Documentation

N/A

CheckList

Make sure you have checked all steps below to ensure a timely review.

  • PR title addresses the issue accurately and concisely. Example: "Updates the version of Flask to v1.0.2"
  • PR includes a summary of changes.
  • PR adds unit tests, updates existing unit tests, OR documents why no test additions or modifications are needed.
  • In case of new functionality, my PR adds documentation that describes how to use it.
    • All the public functions and the classes in the PR contain docstrings that explain what it does

Signed-off-by: Kristen Armes <[email protected]>
@@ -13,16 +14,16 @@ $submit-row-gap: 15%;
display: block;
height: auto;
left: 25px;
min-height: 300px;
padding: 32px;
min-height: $modal-size;
Copy link
Member

Choose a reason for hiding this comment

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

Did you notice this wasn't the same number?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did, I thought you meant when you said "the same as min-height" to just make them the same since it was a minimum value and didn't end up changing the height. But I can go ahead and change it to be their own values

Copy link
Member

Choose a reason for hiding this comment

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

Ah, sorry for the confusion!
If they looks the same, go ahead with this!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good, I will leave it then! The modal looks like it is always taller than the width with the contents it has anyway

@Golodhros Golodhros merged commit 5df0b51 into amundsen-io:main Mar 8, 2022
@kristenarmes kristenarmes deleted the report-an-issue-modal-styling branch March 8, 2022 23:07
ozandogrultan pushed a commit to deliveryhero/amundsen that referenced this pull request Apr 28, 2022
* Minor styling fixes for Report an issue modal

Signed-off-by: Kristen Armes <[email protected]>

* Using more variables

Signed-off-by: Kristen Armes <[email protected]>
Signed-off-by: Ozan Dogrultan <[email protected]>
zacr pushed a commit to SaltIO/amundsen that referenced this pull request May 3, 2022
* Minor styling fixes for Report an issue modal

Signed-off-by: Kristen Armes <[email protected]>

* Using more variables

Signed-off-by: Kristen Armes <[email protected]>
Signed-off-by: Zachary Ruiz <[email protected]>
zacr pushed a commit to SaltIO/amundsen that referenced this pull request May 13, 2022
* Minor styling fixes for Report an issue modal

Signed-off-by: Kristen Armes <[email protected]>

* Using more variables

Signed-off-by: Kristen Armes <[email protected]>
hansadriaans pushed a commit to DataChefHQ/amundsen that referenced this pull request Jun 30, 2022
* Minor styling fixes for Report an issue modal

Signed-off-by: Kristen Armes <[email protected]>

* Using more variables

Signed-off-by: Kristen Armes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:frontend From the Frontend folder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants