Skip to content

Commit ca96140

Browse files
committed
feat: styled editor breadcrumbs
1 parent 30622a2 commit ca96140

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/workbench/editor/style.scss

+5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@
1818
.group-tabs {
1919
height: 35px;
2020
}
21+
22+
.group-breadcrumbs {
23+
height: 22px;
24+
}
2125
}
2226

2327
.group-container {
2428
height: auto;
29+
width: 100%;
2530
position: relative;
2631
bottom: 0;
2732
// top: 35px;

0 commit comments

Comments
 (0)