-
Notifications
You must be signed in to change notification settings - Fork 185
fix: bugs #5676
fix: bugs #5676
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deriv-com-git-fork-mayuran-deriv-mayuran-regressionpaddingout.binary.sx/ |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@@ -63,7 +63,7 @@ | |||
gap: 1rem; | |||
|
|||
td { | |||
padding: 1rem; | |||
padding-block: 1rem; |
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.
Why is padding-block using here instead of padding: 1rem 0
? Is it padding-block better?
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.
hi @jia-deriv padding bock is different its CSS logical properties,
I had to give padding only for top and bottom so I did this
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.
LGTM
* fix: bugs * fix: fix padding * fix: remove padding * fix: add padding block
Changes:
regression bugs spacing issues
Type of change