Skip to content

Commit 7472216

Browse files
committed
fix: Use correct CSS margin syntax in debug panel
1 parent 2afffb1 commit 7472216

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/client/debug/ai/AI.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
128128
li {
129129
list-style: none;
130-
margin: none;
130+
margin: 0;
131131
margin-bottom: 5px;
132132
}
133133

src/client/debug/main/Controls.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
3838
li {
3939
list-style: none;
40-
margin: none;
40+
margin: 0;
4141
margin-bottom: 5px;
4242
}
4343
</style>

0 commit comments

Comments
 (0)