Skip to content

Commit

Permalink
Fix padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 12, 2021
1 parent cb8b98e commit e84edc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Pages/ServerConfig.razor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.list-box {
padding: 1;
padding: 1em;
border: 2px solid gray;
height: 8em;
overflow-y: scroll;
Expand Down

0 comments on commit e84edc7

Please sign in to comment.