aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/buttons.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less
index c206179df..8905ffa4a 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -123,7 +123,7 @@
.btn-large {
padding: @padding-large-vertical @padding-large-horizontal;
font-size: @font-size-large;
- line-height: 1.33; // ensure even-numbered height of butotn next to large input
+ line-height: 1.33; // ensure even-numbered height of button next to large input
border-radius: @border-radius-large;
}
.btn-small,