Skip to content
Open
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/css/fastlane.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@ footer .fastlane iframe {
}
}

table th, table td {
padding: 3px 6px !important;
}

table td p {
margin-bottom: 0 !important;
}

/* List in List */
.rst-content .section ol li ol {
margin-bottom: 0px;
Expand Down
Loading