FIX: Hide image resize controls in staged edit content (#13313)

This commit is contained in:
Bianca Nenciu
2021-06-08 11:58:18 +03:00
committed by GitHub
parent 9d7b6779fb
commit 393dafce7d
@@ -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);