Skip to content
Snippets Groups Projects
Commit 8a1eed11 authored by Ivica Puljic's avatar Ivica Puljic
Browse files

Issue #3432519 by ytsurk: Introduce variable for responsive table activation

parent afe488f3
No related branches found
No related tags found
No related merge requests found
.table-responsive {
@include media-breakpoint-up('md') {
@include media-breakpoint-up($responsive-break-table) {
// For big screens its better that responsive table has display table so
// it expands to full width.
display: table;
......
......@@ -68,6 +68,9 @@ $form-text-line-height: 1.3 !default;
$form-text-margin-top: .3rem !default;
$form-inline-group-gutter: 2*$spacer !default;
// Tables
$responsive-break-table: md !default;
// Custom checkbox/radio and select controls should look the same like other
// input elements.
$custom-control-indicator-bg: $input-bg !default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment