Skip to content

Commit

Permalink
update to 3.0.1-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed May 20, 2018
1 parent 83a8c38 commit a0adc3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
8 changes: 5 additions & 3 deletions inst/htmlwidgets/dist/LineUpJS.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lineupjs - v3.0.1-beta.11 - 2018
/*! lineupjs - v3.0.1-beta.12 - 2018
* https://lineup.js.org
* Copyright (c) 2018 Samuel Gratzl; Licensed BSD-3-Clause*/

Expand Down Expand Up @@ -218,7 +218,8 @@
.lu-dialog.lu-filter-table > div:first-of-type input[type=checkbox]:not(:checked) ~ * {
opacity: 0.5; }
.lu-dialog.lu-filter-table > div:first-of-type > * {
display: flex; }
display: flex;
flex: 0 0 auto; }

.lu-dialog .lu_filter_missing {
margin-top: 1em; }
Expand Down Expand Up @@ -858,7 +859,8 @@ section.lu-header {
*/ }
.lu .lu-row-body [data-renderer=aggregate] {
text-align: center;
position: relative; }
position: relative;
overflow-x: unset; }
.lu .lu-row-body [data-renderer=aggregate]::after {
content: '';
position: absolute;
Expand Down
16 changes: 8 additions & 8 deletions inst/htmlwidgets/dist/LineUpJS.js

Large diffs are not rendered by default.

0 comments on commit a0adc3f

Please sign in to comment.