mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
css: Hide bottom-right resizable box in view-source textarea.
This commit is contained in:
parent
adfe4cacc6
commit
264bf1fc2a
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user