Skip to content

Commit 6521a6c

Browse files
committed
chore(frontend:files): align search box in CodeMirror
1 parent 3294567 commit 6521a6c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

frontend/src/styles/components/_fixes.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,19 @@ hr {
2525

2626
.progress-bar {
2727
overflow: visible !important;
28+
}
29+
30+
// codemirror
31+
.cm-focused {
32+
outline: none !important;
33+
}
34+
35+
.cm-panel.cm-search {
36+
display: flex;
37+
align-items: center;
38+
39+
label {
40+
display: flex;
41+
align-items: center;
42+
}
2843
}

0 commit comments

Comments
 (0)