Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4a39b613 authored by Bass Jobsen's avatar Bass Jobsen Committed by GitHub
Browse files

Merge pull request #3 from Sento/bug/rename-line-height

Renames $line-height to $line-height-base (Closes #2)
parents 19f4aef7 5ff2c3f0
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ span.twitter-typeahead { ...@@ -17,7 +17,7 @@ span.twitter-typeahead {
.input-group & { .input-group & {
display: block !important; display: block !important;
.tt-menu { .tt-menu {
top:(2 * $input-padding-y + $font-size-base*$line-height + 2 * $input-btn-border-width/$font-size-root) !important; top:(2 * $input-padding-y + $font-size-base*$line-height-base + 2 * $input-btn-border-width/$font-size-root) !important;
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment