Skip to content

Commit 43739fc

Browse files
committed
fix regedit css whoopsie
1 parent 592f7e4 commit 43739fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dreamlandjs

src/coreapps/RegEdit.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ class RegEdit extends App {
7373

7474
css = css`
7575
display: flex;
76-
border-top: 1px solid var(--theme-border) #pane-left {
76+
border-top: 1px solid var(--theme-border);
77+
78+
#pane-left {
7779
width: max(10%, 200px);
7880
border-right: 1px solid var(--theme-border);
7981
overflow: scroll;

0 commit comments

Comments
 (0)