Skip to content

Commit 848e75b

Browse files
GVodyanovsusnux
andauthored
Apply suggestion from @susnux
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
1 parent 8ff9eaa commit 848e75b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/css/public.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
bottom: var(--body-container-margin);
7575
transform: translateX(-50%);
7676
width: 90vw;
77-
box-sizing: border-box;
77+
width: max-content;
78+
max-width: 90vw;
7879

7980
&.guest-box {
8081
// Ensure the maxcontrast color is set for the background

0 commit comments

Comments
 (0)