FIX: Hide image resize controls in staged edit content (#13313)
This commit is contained in:
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);
|
||||
|
|
Loading…
Reference in New Issue