diff --git a/ui/src/style/components/tables.scss b/ui/src/style/components/tables.scss index 6760bbd5d..c2c3a0cdc 100644 --- a/ui/src/style/components/tables.scss +++ b/ui/src/style/components/tables.scss @@ -106,4 +106,17 @@ table .monotype { margin-bottom: 75px; } } +} + +/* + Responsive Tables + ---------------------------------------------- +*/ + +@media screen and (max-width: 767px) { + .table-responsive { + border-radius: 3px; + border-color: $g5-pepper; + @include custom-scrollbar($g5-pepper, $c-pool); + } } \ No newline at end of file