diff --git a/less/panels.less b/less/panels.less
index eefaf2e871401d940326a4afeb61fdd1ac7a617a..ef878686721ea42e7fa004b785d3d68cc4386dc7 100644
--- a/less/panels.less
+++ b/less/panels.less
@@ -95,15 +95,17 @@
     border: 0;
     margin-bottom: 0;
   }
-  > .table-striped > tbody > tr:last-child,
-  > .table-responsive > .table-striped > tbody > tr:last-child {
-    td:first-child,
-    th:first-child {
-      border-bottom-left-radius: (@panel-border-radius - 1);
-    }
-    td:last-child,
-    th:last-child {
-      border-bottom-left-radius: (@panel-border-radius - 1);
+  > .table-striped,
+  > .table-responsive > .table-striped {
+    > tbody > tr:last-child {
+      td:first-child,
+      th:first-child {
+        border-bottom-left-radius: (@panel-border-radius - 1);
+      }
+      td:last-child,
+      th:last-child {
+        border-bottom-left-radius: (@panel-border-radius - 1);
+      }
     }
   }
 }