Skip to content

Commit eea76a5

Browse files
tonivj5jonasfranz
authored andcommitted
fix: Crippled diff (#4726) (#4900)
* fix: Crippled diff (#4726) * Regenerate css
1 parent e9dbfc7 commit eea76a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_base.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ body {
99
img {
1010
border-radius: 3px;
1111
}
12+
table {
13+
border-collapse: collapse;
14+
}
1215
.rounded {
1316
border-radius: .28571429rem !important;
1417
}

0 commit comments

Comments
 (0)