Skip to content

Commit c573cef

Browse files
committed
(fix) O3-4869: fix typo in workspace v2 CSS file
1 parent 08141e2 commit c573cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/esm-styleguide/src/workspaces2/workspace2.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $extraWideWorkspaceWidth: 48.25rem;
1010
// This container has no layout purpose.
1111
// It is used to set the --workspaceWidth variable.
1212
.workspaceOuterContainer {
13-
--actionPanelOffset: 0;
13+
--actionPanelOffset: 0px;
1414

1515
&.narrowWorkspace {
1616
--workspaceWidth: #{$narrowWorkspaceWidth};

0 commit comments

Comments
 (0)