Skip to content

Commit 26ba38a

Browse files
committed
Add small space between icon & label
1 parent 61a81a0 commit 26ba38a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.css

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ button:hover:enabled {
9393
color: green;
9494
}
9595

96+
#libraryObjects li > *:nth-child(2) {
97+
padding-left: 5px;
98+
}
99+
96100
#progress {
97101
display: flex;
98102
flex-direction: column;

0 commit comments

Comments
 (0)