summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/assets/styles/bmc/_sila/_tables.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/assets/styles/bmc/_sila/_tables.scss b/src/assets/styles/bmc/_sila/_tables.scss
index a98fd9ec..bbb89f16 100644
--- a/src/assets/styles/bmc/_sila/_tables.scss
+++ b/src/assets/styles/bmc/_sila/_tables.scss
@@ -150,6 +150,15 @@
margin-top: 0.5rem;
}
+[class*="table-responsive-"] {
+ @include media-breakpoint-up(lg) {
+ overflow: auto;
+ width: calc(100vw - 345px);
+ border-right: 1px solid $gray-10;
+ border-radius: $border-radius;
+ }
+}
+
// Table stacked style for small screen only
@include media-breakpoint-down(xs) {
.b-table-stacked-sm {