From c182be2366db4708a71d7b7f1b606bb304bbcbcb Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Fri, 5 Jul 2024 12:33:55 +0530 Subject: [PATCH] chore: fix justify-content property warning in BlockEditor component (#16929) --- .../resources/ui/src/components/BlockEditor/block-editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/BlockEditor/block-editor.less b/openmetadata-ui/src/main/resources/ui/src/components/BlockEditor/block-editor.less index e3fc101d44d..b3853974b9f 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/BlockEditor/block-editor.less +++ b/openmetadata-ui/src/main/resources/ui/src/components/BlockEditor/block-editor.less @@ -390,7 +390,7 @@ } .om-image-node-embed-link-btn-col { display: flex; - justify-content: end; + justify-content: flex-end; } .om-callout-node {