diff --git a/less/forms.less b/less/forms.less index d51065cf62a244d7782ed717a89e0a7483d2a01d..8bec21e48b7cdafe02b2e898aa5987d2777cde65 100644 --- a/less/forms.less +++ b/less/forms.less @@ -31,7 +31,7 @@ legend { label { display: inline-block; - max-width: 100%; // Force IE8 to wrap long content (see #13141) + max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141) margin-bottom: 5px; font-weight: bold; }