Skip to content

Commit 0abd231

Browse files
authored
Added missing padding to filler text when project with single submission has been converted to template (#2147)
1 parent 8454e15 commit 0abd231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funnel/assets/sass/pages/submissions.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
border-spacing: 0;
88
margin: 0;
99
tbody > tr > td {
10-
padding: 0;
10+
padding: 16px;
1111
}
1212
.ui-sortable-helper .ui-draggable-box {
1313
width: inherit;

0 commit comments

Comments
 (0)