Skip to content

Commit 05828e2

Browse files
committed
Fix spacing for labels
Task Labels lacked some spacing in-between them, which we added.
1 parent fdd6a0f commit 05828e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/assets/stylesheets/tasks.css.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585

8686
.task_label {
8787
padding: 5px;
88+
margin-left: 5px;
8889
font-size: 80%;
8990
display: inline;
9091
font-weight: bold;

0 commit comments

Comments
 (0)