Skip to content
This repository has been archived by the owner on Oct 10, 2017. It is now read-only.

Fix <select> cutting text top and bottom (see screenshots) #120

Merged
merged 1 commit into from Aug 24, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/doc-assets/css/main.css
Expand Up @@ -57,6 +57,11 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
margin-bottom: 10px;
}

select.form-control {
padding-top: 0;
padding-bottom: 0;
}

pre table {
border-spacing: 0;
}
Expand Down