From 393dafce7df10d15a56756b52c102ebcb5ba5c2c Mon Sep 17 00:00:00 2001
From: Bianca Nenciu <nbianca@users.noreply.github.com>
Date: Tue, 8 Jun 2021 11:58:18 +0300
Subject: [PATCH] FIX: Hide image resize controls in staged edit content
 (#13313)

---
 app/assets/stylesheets/common/base/topic-post.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss
index 78ec1f06263..c22dac00924 100644
--- a/app/assets/stylesheets/common/base/topic-post.scss
+++ b/app/assets/stylesheets/common/base/topic-post.scss
@@ -650,6 +650,10 @@ blockquote {
   // a deeply nested blockquote, and so on.. you get the idea.
   .cooked {
     overflow: hidden;
+
+    .button-wrapper {
+      display: none;
+    }
   }
   .group-request {
     border-top: 1px solid var(--primary-low);