-
Notifications
You must be signed in to change notification settings - Fork 107
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
EPMRPP-78105 || Notifications preloader, EPMRPP-78115 || Modal window fix #3162
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3162 +/- ##
========================================
Coverage 59.70% 59.70%
========================================
Files 75 75
Lines 804 804
Branches 118 118
========================================
Hits 480 480
Misses 296 296
Partials 28 28 Continue to review full report at Codecov.
|
@@ -75,7 +75,7 @@ $WIDTH-LARGE: 720px; | |||
display: inline-block; | |||
margin-top: 10px; | |||
margin-bottom: 10px; | |||
padding: 32px 48px; | |||
padding: 32px 40px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you discuss it with UX as you change component from library?
As I know it should stay as is and padding will be the same for all new modal windows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the task to fix it in new modal window so yes I guess that it's discussed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please discuss it with UX to make sure is everything is as expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we've discussed, we will return 48px
EPMRPP-78105 || Notifications preloader, EPMRPP-78115 || Modal window paddings fix