Skip to content

Commit

Permalink
Site Editor: Hide resize handle. (#28272)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jan 18, 2021
1 parent 9df9364 commit 21862b2
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -24,10 +24,12 @@
outline: $border-width solid transparent;
transition: 0.2s outline;
@include reduce-motion("transition");
resize: none;
margin-top: $default-block-margin;
margin-bottom: $default-block-margin;

// This needs high specificity as it's output as an inline style by the library.
resize: none !important;

// Emulate the dimensions of a paragraph block.
// On mobile and in nested contexts, the plus to add blocks shows up on the right.
// The rightmost padding makes sure it doesn't overlap text.
Expand Down

0 comments on commit 21862b2

Please sign in to comment.