From 2e96550fa04b6a32afdf04cc9088b659e1c239c1 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 26 May 2017 09:52:03 -0700 Subject: [PATCH] fix typeahead css (#10325) --- dev/docs/styles.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev/docs/styles.html b/dev/docs/styles.html index d423efc3ff..2b299e28d0 100644 --- a/dev/docs/styles.html +++ b/dev/docs/styles.html @@ -113,6 +113,11 @@ font-size: 15px; } + input.form-control.typeahead { + padding: 4px 7px; + font-size: 15px; + } + dl.dl-horizontal dt { color: inherit; }