From 9581fdd274824429e811e05373efe3c4f4c512da Mon Sep 17 00:00:00 2001
From: splincode <omaxphp@yandex.ru>
Date: Wed, 4 Sep 2024 23:15:32 +0300
Subject: [PATCH] chore: fix lint

---
 .../components/editor-socket/editor-socket.component.less       | 2 +-
 projects/tui-editor/components/editor/editor.component.less     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/tui-editor/components/editor-socket/editor-socket.component.less b/projects/tui-editor/components/editor-socket/editor-socket.component.less
index 163f3c93c..dac2e213c 100644
--- a/projects/tui-editor/components/editor-socket/editor-socket.component.less
+++ b/projects/tui-editor/components/editor-socket/editor-socket.component.less
@@ -6,8 +6,8 @@
 
     &::after {
         content: '';
-        clear: both;
         display: table;
+        clear: both;
     }
 
     &[tuiTiptapEditor] {
diff --git a/projects/tui-editor/components/editor/editor.component.less b/projects/tui-editor/components/editor/editor.component.less
index 023b0f8dc..2b6bf0495 100644
--- a/projects/tui-editor/components/editor/editor.component.less
+++ b/projects/tui-editor/components/editor/editor.component.less
@@ -12,8 +12,8 @@
 
     &::after {
         content: '';
-        clear: both;
         display: table;
+        clear: both;
     }
 }