diff options
| -rw-r--r-- | scss/_tables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index 601d86cc9..1fdd43c6b 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -42,7 +42,7 @@ } .table-group-divider { - border-top: calc(2 * $table-border-width) solid $table-group-separator-color; // stylelint-disable-line function-disallowed-list + border-top: ($table-border-width * 2) solid $table-group-separator-color; } // |
