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

[HelpDot] Fix List Spacing in Expensify Help #46252

Merged
merged 3 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,14 @@ button {
}
}

ol {
li {
ul {
padding-bottom: 0;
}
}
}

table {
margin-bottom: 20px;
border-radius: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ You can use your Expensify Card for contactless in-person payments by adding it
{% include selector.html values="mobile" %}

{% include option.html value="mobile" %}
**Apple Pay**

### Apple Pay
1. Open the Apple Pay app.
2. Tap the + button.
3. Tap **Debit or Credit Card**.
4. Tap **Continue**.
5. Follow the steps provided to add your virtual card.

**Google Pay**

### Google Pay
1. Open the Google Pay app.
2. Tap **Add to Wallet**.
3. Tap **Payment Card**.
Expand Down
Loading