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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,6 +650,10 @@ blockquote {
// a deeply nested blockquote, and so on.. you get the idea. // a deeply nested blockquote, and so on.. you get the idea.
.cooked { .cooked {
overflow: hidden; overflow: hidden;
.button-wrapper {
display: none;
}
} }
.group-request { .group-request {
border-top: 1px solid var(--primary-low); border-top: 1px solid var(--primary-low);