Commit de2a6f34 authored by Nikolay Gromov's avatar Nikolay Gromov

Сменил брейкпоинт для адаптивных (скролл) таблиц

parent a12f0e11
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.table-responsive-rotate { .table-responsive-rotate {
@media (max-width: (@screen-md - 1)) { @media (max-width: (@screen-lg - 1)) {
&--thead-fix { &--thead-fix {
position: relative; position: relative;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.table-responsive-rotate { .table-responsive-rotate {
@media (max-width: (@screen-md - 1)) { @media (max-width: (@screen-lg - 1)) {
display: block; display: block;
width: 100%; width: 100%;
overflow-x: auto; overflow-x: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment