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

[Mobile]Fix title padding on Android #14057

Merged
merged 3 commits into from
Feb 22, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Import padding variables
  • Loading branch information
pinarol committed Feb 22, 2019
commit d9cf59977d8124019469e3589770e008fb74ae15
6 changes: 4 additions & 2 deletions packages/editor/src/components/post-title/style.native.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

@import "variables.scss";

.titleContainer {
padding-left: 16;
padding-right: 16;
padding-top: 12;
padding-bottom: 12;
padding-top: $title-block-padding-top;
padding-bottom: $title-block-padding-bottom;
margin-top: 24;
}