diff --git a/frontend/src/uxbox/main/ui/shapes/text.cljs b/frontend/src/uxbox/main/ui/shapes/text.cljs index fe685f808..b4484da10 100644 --- a/frontend/src/uxbox/main/ui/shapes/text.cljs +++ b/frontend/src/uxbox/main/ui/shapes/text.cljs @@ -99,7 +99,8 @@ :fontStyle font-style :margin "0px" :padding "0px" - :border "0px"} + :border "0px" + :resize "none"} (when user-select {:userSelect "auto"}) (when line-height {:lineHeight line-height}) (when letter-spacing {:letterSpacing letter-spacing})))))