From 14e0e1601b7bba3dfea4f0fd2d6cc68d5be9b63f Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 14 Nov 2017 11:01:43 +0200 Subject: [PATCH] adaptive table in prices --- frontend/web/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 6190c40..6b1896c 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -324,6 +324,10 @@ input[type="text"].form-control{ } .price-page{ margin-bottom: 50px; + max-wdith:100%; +} +.price-page .tab-content .tab-pane .col-md-12{ + max-width:100%; } .artbox_list_container .artbox_list_container{ margin:25px 0px; @@ -555,4 +559,9 @@ div.modal-title{ h1, .header-kristal .container h1{font-size: 30px;} .header-kristal .container .header-text-right{font-size:18px;} .jumbotron p{font-size:16px;} + + .price-page .tab-content .tab-pane .col-md-12{ + overflow: scroll; + max-height: calc(100vh - 100px); + } } \ No newline at end of file -- libgit2 0.21.4