From 264bf1fc2a5da4fcf4aeb8bf3671c2ee979e3fa0 Mon Sep 17 00:00:00 2001 From: Sumanth V Rao Date: Thu, 27 Aug 2020 09:04:54 +0530 Subject: [PATCH] css: Hide bottom-right resizable box in view-source textarea. --- static/styles/zulip.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 998d076340..fc4e58661b 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -2465,6 +2465,9 @@ div.topic_edit_spinner .loading_indicator_spinner { width: 100%; min-width: 206px; box-sizing: border-box; + /* Setting resize as none hides the bottom right diagonal box + (which even has a background color of its own!). */ + resize: none !important; } .control-group.no-margin {