fix typeahead css (#10325)

This commit is contained in:
Devon Carew 2017-05-26 09:52:03 -07:00 committed by GitHub
parent f375b5acee
commit 2e96550fa0

View file

@ -113,6 +113,11 @@
font-size: 15px;
}
input.form-control.typeahead {
padding: 4px 7px;
font-size: 15px;
}
dl.dl-horizontal dt {
color: inherit;
}