aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/navbar.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 44e2d9f3f..8234fc099 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -28,7 +28,7 @@
padding-top: ((@navbar-height - @line-height-computed) / 2);
padding-bottom: ((@navbar-height - @line-height-computed) / 2);
color: @navbar-link-color;
- line-height: 20px;
+ line-height: @line-height-computed;
border-radius: @border-radius-base;
&:hover,
&:focus {