From 75ef0dd54975e96e530d5f085666a8b8399ce5b9 Mon Sep 17 00:00:00 2001 From: Henry Wong Date: Sun, 29 Nov 2015 23:57:47 -0800 Subject: [PATCH] Clarifying the comment Made comment more clear. --- less/button-groups.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/button-groups.less b/less/button-groups.less index 293245a650..7bbefede88 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -59,7 +59,7 @@ .border-right-radius(0); } } -// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it +// Need .dropdown-toggle since :last-child doesn't apply, given a .dropdown-menu is used immediately after it .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { .border-left-radius(0); -- 2.47.2