Browse Source

ref(less): Remove innerColumn (#39203)

Evan Purkhiser 2 years ago
parent
commit
43ddf15298
1 changed files with 0 additions and 6 deletions
  1. 0 6
      static/less/shared-components.less

+ 0 - 6
static/less/shared-components.less

@@ -509,12 +509,6 @@ table.table.key-value {
   }
 }
 
-// Sparkline grid
-
-.innerColumn(@columnSpan: 1) {
-  width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 10;
-}
-
 /**
 * Box
 * ============================================================================