Skip to content

Commit a0adc3f

Browse files
committed
update to 3.0.1-beta.12
1 parent 83a8c38 commit a0adc3f

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

inst/htmlwidgets/dist/LineUpJS.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

@@ -218,7 +218,8 @@
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;

inst/htmlwidgets/dist/LineUpJS.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)