Skip to content

Commit ca5c69b

Browse files
committed
Rename workspace stylesheet and remove unused styles
1 parent 4f58e66 commit ca5c69b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/styles/cylc/_workflow.scss renamed to src/styles/cylc/_workspace.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535

3636
.lm-BoxPanel {
3737
flex: 1 1 auto;
38-
.lm-TabBar-content {
39-
padding-left: 0;
40-
}
4138
}
4239
}
4340
}

src/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
@use "cylc/table";
3030
@use "cylc/user_profile";
3131
@use "cylc/warning";
32-
@use "cylc/workflow";
32+
@use "cylc/workspace";
3333
@use "cylc/tooltip";
3434
@use "cylc/mutation_form";
3535
@use "cylc/menu";

0 commit comments

Comments
 (0)