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
1 changed files with 4 additions and 0 deletions

View File

@ -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);