Skip to content

Commit aa32138

Browse files
committed
Fix linting issues
1 parent 23853f9 commit aa32138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/markup/filepreview.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.markup table.file-preview {
2-
margin-bottom: 0px;
2+
margin-bottom: 0;
33
}
44

55
.markup table.file-preview td {
6-
padding: 0 10px 0 10px !important;
6+
padding: 0 10px !important;
77
border: none !important;
88
}
99

0 commit comments

Comments
 (0)