From fec1bc0d4a54557f63c6b663fdafbd2fa8fa4d9c Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 3 Dec 2021 00:57:33 -0500 Subject: [PATCH] css: Fix class name typo --- src/static/css/pad/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/pad/layout.css b/src/static/css/pad/layout.css index 7f77ca58d..4bdb5061d 100644 --- a/src/static/css/pad/layout.css +++ b/src/static/css/pad/layout.css @@ -46,7 +46,7 @@ body { max-width: 40%; flex-shrink: 0; } -#editorcontainerbox .sticky-container:not(.stikyUsers):not(.stickyChat) { +#editorcontainerbox .sticky-container:not(.stickyUsers):not(.stickyChat) { width: 0; /* hide when the container is empty */ }