css: Hide bottom-right resizable box in view-source textarea.

This commit is contained in:
Sumanth V Rao 2020-08-27 09:04:54 +05:30 committed by Tim Abbott
parent adfe4cacc6
commit 264bf1fc2a

View File

@ -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 {