mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
fix typeahead css (#10325)
This commit is contained in:
parent
f375b5acee
commit
2e96550fa0
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,11 @@
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
input.form-control.typeahead {
|
||||
padding: 4px 7px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
dl.dl-horizontal dt {
|
||||
color: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue