From 61d6d2ddff82ea1118a80cbaf2ef1f2591f7865e Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 3 Nov 2023 00:44:47 -0700 Subject: [PATCH] scope this section rule so it doesn't conflict with monaco editor --- src/app/common/modals/modals.less | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/common/modals/modals.less b/src/app/common/modals/modals.less index ee2dac9f..decc6530 100644 --- a/src/app/common/modals/modals.less +++ b/src/app/common/modals/modals.less @@ -465,12 +465,14 @@ cursor: pointer; } -section { - display: flex; - align-items: center; - gap: 16px; - align-self: stretch; - width: 100%; +.modal-content { + section { + display: flex; + align-items: center; + gap: 16px; + align-self: stretch; + width: 100%; + } } .modal.welcome-modal {