File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1- /*! lineupjs - v3.0.1-beta.11 - 2018
1+ /*! lineupjs - v3.0.1-beta.12 - 2018
22* https://lineup.js.org
33* Copyright (c) 2018 Samuel Gratzl; Licensed BSD-3-Clause*/
44
218218 .lu-dialog .lu-filter-table > div : first-of-type input [type = checkbox ]: not (: checked ) ~ * {
219219 opacity : 0.5 ; }
220220 .lu-dialog .lu-filter-table > div : first-of-type > * {
221- display : flex; }
221+ display : flex;
222+ flex : 0 0 auto; }
222223
223224.lu-dialog .lu_filter_missing {
224225 margin-top : 1em ; }
@@ -858,7 +859,8 @@ section.lu-header {
858859 */ }
859860 .lu .lu-row-body [data-renderer = aggregate ] {
860861 text-align : center;
861- position : relative; }
862+ position : relative;
863+ overflow-x : unset; }
862864 .lu .lu-row-body [data-renderer = aggregate ]::after {
863865 content : '' ;
864866 position : absolute;
You can’t perform that action at this time.
0 commit comments