Skip to content

Commit

Permalink
fix(ui): bug with firefox displaying table incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Apr 23, 2019
1 parent 1befed2 commit 6967e74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sass/app.sass
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td
h1,h2,h3,h4,h5,h6
font-family: $fontFamily

@-moz-document url-prefix()
tbody
height: 100% !important

pre
word-wrap: normal
padding: 16px
Expand Down

0 comments on commit 6967e74

Please sign in to comment.