From b7ba3098aeb27e612c48234f67c90dac72f61769 Mon Sep 17 00:00:00 2001 From: Maciek Baron Date: Sat, 13 Nov 2021 14:36:20 +0000 Subject: [PATCH] :bug: Fix typo in workspace.scss Correct the spelling of 'width' to ensure it is set to '100%' properly and does not default to 'auto'. --- frontend/resources/styles/main/partials/workspace.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/workspace.scss b/frontend/resources/styles/main/partials/workspace.scss index f6d7816d0f..d34082cbec 100644 --- a/frontend/resources/styles/main/partials/workspace.scss +++ b/frontend/resources/styles/main/partials/workspace.scss @@ -157,7 +157,7 @@ position: relative; svg { - widht: 100%; + width: 100%; height: 100%; }