File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 33
33
font-size : @font-size-base ;
34
34
}
35
35
}
36
+ .label-filter-key .selectize-input.not-full {
37
+ // Increase default input click target
38
+ width : 220px ;
39
+ @media (min-width : @screen-xs ) and (max-width : @screen-sm-max ) { width : (@screen-xs - 100 )} // 380px
40
+ @media (min-width : @screen-md ) { width : (@screen-xs + 20 )} // 500px
41
+ }
36
42
.form-group {
37
43
margin-bottom : 0 ;
38
44
}
Original file line number Diff line number Diff line change @@ -4039,6 +4039,12 @@ copy-to-clipboard .input-group.limit-width{max-width:300px}
4039
4039
.data-toolbar .checkbox {-webkit-flex : 1 1 0% ;-moz-flex : 1 1 0% ;-ms-flex : 1 1 0% ;flex : 1 1 0% ;margin-left : 20px ;margin-top : 3px ;text-align : right}
4040
4040
.data-toolbar .data-toolbar-filter {-webkit-flex : 1 1 0% ;-moz-flex : 1 1 0% ;-ms-flex : 1 1 0% ;flex : 1 1 0% }
4041
4041
}
4042
+ .data-toolbar .data-toolbar-filter .label-filter-key .selectize-input .not-full {width : 220px }
4043
+ @media (min-width : 480px ) and (max-width : 991px ){.data-toolbar .data-toolbar-filter .label-filter-key .selectize-input .not-full {width : 380px }
4044
+ }
4045
+ @media (min-width : 992px ){.data-toolbar .data-toolbar-filter {max-width : 600px }
4046
+ .data-toolbar .data-toolbar-filter .label-filter-key .selectize-input .not-full {width : 500px }
4047
+ }
4042
4048
.data-toolbar .data-toolbar-filter .form-group {margin-bottom : 0 }
4043
4049
.data-toolbar .data-toolbar-views {-webkit-flex : 0 1 auto;-moz-flex : 0 1 auto;-ms-flex : 0 1 auto;flex : 0 1 auto;text-align : right}
4044
4050
@media (min-width : 1200px ){.data-toolbar .data-toolbar-views {-webkit-flex : 0 1 auto;-moz-flex : 0 1 auto;-ms-flex : 0 1 auto;flex : 0 1 auto}
@@ -4090,8 +4096,7 @@ h2+.list-view-pf{margin-top:20px}
4090
4096
.list-view-pf-additional-info-item {display : inline-block;text-align : left}
4091
4097
.list-view-pf-description {-ms-flex : 1 0 55% ;flex : 1 0 55% }
4092
4098
.list-view-pf-main-info {padding-bottom : 10px ;padding-top : 10px }
4093
- @media (min-width : 992px ){.data-toolbar .data-toolbar-filter {max-width : 600px }
4094
- .list-view-pf .list-group-item-heading , .list-view-pf .list-group-item-text {-ms-flex : 1 0 auto;flex : 1 0 auto;margin : 0 ;padding : 0 20px 0 0 ;width : 50% }
4099
+ @media (min-width : 992px ){.list-view-pf .list-group-item-heading , .list-view-pf .list-group-item-text {-ms-flex : 1 0 auto;flex : 1 0 auto;margin : 0 ;padding : 0 20px 0 0 ;width : 50% }
4095
4100
.list-view-pf-additional-info {width : 40% }
4096
4101
.list-view-pf-description {width : 60% }
4097
4102
}
You can’t perform that action at this time.
0 commit comments