diff --git a/stock/static/css/bootstrap.min.css b/stock/static/css/bootstrap.min.css index d368d7be..7e5f6272 100644 --- a/stock/static/css/bootstrap.min.css +++ b/stock/static/css/bootstrap.min.css @@ -3401,6 +3401,22 @@ tbody.collapse.in { box-shadow: 0 6px 12px rgba(0, 0, 0, .175) } +@media screen and (max-width: 991px){ + .columns{ + height: 200px; + overflow:scroll; + } +} + +@media screen and (min-width: 992px){ + .columns{ + -moz-column-count:2; /* Firefox */ + -webkit-column-count:2; /* Safari and Chrome */ + column-count:2; + width: 500px; + } +} + .dropdown-menu.scrollable { overflow: auto; max-height: 450px; @@ -6668,4 +6684,4 @@ button.close { .hidden-print { display: none !important } -} \ No newline at end of file +}