From 54c260711597ffcb1a6b11a3ca1ba0ffeda6d543 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20=C5=A0kr=C3=A1=C5=A1ek?= <hrach.cz@gmail.com>
Date: Fri, 24 May 2013 00:01:58 +0200
Subject: [PATCH] Fixed rounding border on input-group-addon

Fixes rounded border when input-group > input-group-addon is placed in <table>
---
 less/forms.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/less/forms.less b/less/forms.less
index c61fd50fa0..5ab2889970 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -322,6 +322,7 @@ select:focus:invalid {
 // -------------------------
 .input-group {
   display: table;
+  border-collapse: separate; // prevents not rounded border in table tag
 
   // Undo padding and float of grid classes
   &.col {
-- 
GitLab