Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nyrosmith committed Sep 13, 2017
1 parent 00165a6 commit 7417a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PrimaryPanes/Outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
text-align: center;
padding: 0.5em;
user-select: none;
font-size: 12px
font-size: 12px;
}

.outline-list {
Expand Down

0 comments on commit 7417a87

Please sign in to comment.