From e3203d27e63e1103e6840b1e84ffac1fa31097a2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 24 Apr 2023 00:22:44 -0400 Subject: [PATCH] fix profile page overflow --- common/static/sass/_MainSection.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/static/sass/_MainSection.sass b/common/static/sass/_MainSection.sass index 6c904b2d..6086157e 100644 --- a/common/static/sass/_MainSection.sass +++ b/common/static/sass/_MainSection.sass @@ -561,6 +561,8 @@ $mark-review-padding-wider: 6px 0 .calendar_view position: relative + margin-left: -8px; + margin-right: -24px; // Medium devices (tablets, 768px and up) @media (max-width: $medium-devices)