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

[SDK-1361] Fix missing padding on social buttons #1808

Merged
merged 1 commit into from
Feb 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,8 @@ loadingSize = 30px
display block
overflow hidden
width 100%
padding-left 50px
padding-right 15px
line-height 40px
text-align left
text-overflow ellipsis
Expand All @@ -605,8 +607,6 @@ loadingSize = 30px
white-space nowrap
transition background 0.3s
-webkit-transition background 0.3s
text-align center
padding-right 20px // just enough to balance out the social button (width: 40px)

// Thicken up the font on HDPI devices
@media (-webkit-min-device-pixel-ratio: 2),
Expand Down