From 1e57de2d6ec5205828a1ce16e8109492c03f18aa Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 8 Jan 2020 19:06:31 +0100 Subject: [PATCH] :lipstick: Minor improvements on text edition shape. --- frontend/src/uxbox/main/ui/shapes/text.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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})))))