Skip to content
Snippets Groups Projects
Unverified Commit 7dd29d4b authored by Sebastian Castro's avatar Sebastian Castro
Browse files

admin: reduce select height to fit form-control height

parent 1bd66963
No related branches found
No related tags found
No related merge requests found
......@@ -99,4 +99,10 @@ pre {
.form-control {
height: 30px;
padding: 3px 12px;
}
.select2-container .select2-choice {
height: 30px;
}
.select2-choice>span:first-child, .select2-chosen, .select2-container .select2-choices .select2-search-field input {
padding: 5px 12px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment