Skip to content

Commit

Permalink
Merge pull request #2166 from robinboening/fix_overlapping_filter_bar
Browse files Browse the repository at this point in the history
Ensure resource table ends before the filter/tag sidebar
  • Loading branch information
tvdeyen authored Aug 9, 2021
2 parents f19297f + a72e9df commit 13f8c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/alchemy/archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
padding-bottom: 60px;

&.with_tag_filter {
padding-right: 242px;
width: calc(100% - 235px);
overflow-x: auto;
}
}

Expand Down

0 comments on commit 13f8c22

Please sign in to comment.