Skip to content

Commit 177b46f

Browse files
tonivj5jonasfranz
authored andcommitted
Backport: fix crippled diff (#4726) (#4929)
* fix: Crippled diff (#4726) * ci * fix: rebuild styles with v1.5's node_modules
1 parent 1e51307 commit 177b46f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

public/css/index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_base.less

+3
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)