Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Fixed display bug for smaller tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rottbers committed Nov 1, 2019
1 parent 9b0df09 commit 8760028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
}

table {
display: block;
width: 100%;
display: inline-block;
max-width: 100%;
overflow: auto;
border: 1px solid $border_color;
border-radius: $border-radius;
Expand Down

0 comments on commit 8760028

Please sign in to comment.