Skip to content

Commit

Permalink
fix: Crippled diff (#4726) (#4900)
Browse files Browse the repository at this point in the history
* fix: Crippled diff (#4726)

* Regenerate css
  • Loading branch information
tonivj5 authored and jonasfranz committed Sep 9, 2018
1 parent e9dbfc7 commit eea76a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/index.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions public/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ body {
img {
border-radius: 3px;
}
table {
border-collapse: collapse;
}
.rounded {
border-radius: .28571429rem !important;
}
Expand Down

0 comments on commit eea76a5

Please sign in to comment.