From 15a060c445a2c50a054920506e9e49519e0a3f49 Mon Sep 17 00:00:00 2001 From: sb-cecilialiu Date: Tue, 14 Jan 2025 15:11:03 -0600 Subject: [PATCH] MAT-7925 remove margins for cql editor allotment wrapper --- src/components/editCqlLibrary/EditCQLLibrary.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/editCqlLibrary/EditCQLLibrary.scss b/src/components/editCqlLibrary/EditCQLLibrary.scss index 41b010a..067af31 100644 --- a/src/components/editCqlLibrary/EditCQLLibrary.scss +++ b/src/components/editCqlLibrary/EditCQLLibrary.scss @@ -3,7 +3,6 @@ display: flex; flex-direction: column; flex-wrap: wrap; - margin: 1.5rem 2rem; box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); border-radius: 0.375rem; border-width: 1px;