Commit 14e0e1601b7bba3dfea4f0fd2d6cc68d5be9b63f
1 parent
6ec1e3dd
adaptive table in prices
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
@@ -324,6 +324,10 @@ input[type="text"].form-control{ | @@ -324,6 +324,10 @@ input[type="text"].form-control{ | ||
324 | } | 324 | } |
325 | .price-page{ | 325 | .price-page{ |
326 | margin-bottom: 50px; | 326 | margin-bottom: 50px; |
327 | + max-wdith:100%; | ||
328 | +} | ||
329 | +.price-page .tab-content .tab-pane .col-md-12{ | ||
330 | + max-width:100%; | ||
327 | } | 331 | } |
328 | .artbox_list_container .artbox_list_container{ | 332 | .artbox_list_container .artbox_list_container{ |
329 | margin:25px 0px; | 333 | margin:25px 0px; |
@@ -555,4 +559,9 @@ div.modal-title{ | @@ -555,4 +559,9 @@ div.modal-title{ | ||
555 | h1, .header-kristal .container h1{font-size: 30px;} | 559 | h1, .header-kristal .container h1{font-size: 30px;} |
556 | .header-kristal .container .header-text-right{font-size:18px;} | 560 | .header-kristal .container .header-text-right{font-size:18px;} |
557 | .jumbotron p{font-size:16px;} | 561 | .jumbotron p{font-size:16px;} |
562 | + | ||
563 | + .price-page .tab-content .tab-pane .col-md-12{ | ||
564 | + overflow: scroll; | ||
565 | + max-height: calc(100vh - 100px); | ||
566 | + } | ||
558 | } | 567 | } |
559 | \ No newline at end of file | 568 | \ No newline at end of file |