mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-11 23:31:03 +01:00
Conpherence - remove resize handle since it doesn't work
Summary: Ref T3125. This isn't a fix but it at least doesn't keep the resize handle that doesn't work around Test Plan: loaded up conpherence, saw no resize handle Reviewers: epriestley, chad Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T3125 Differential Revision: https://secure.phabricator.com/D5861
This commit is contained in:
parent
e1992d783b
commit
7533d498ba
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device .conpherence-message-pane .remarkup-assist-textarea {
|
.device .conpherence-message-pane .remarkup-assist-textarea {
|
||||||
|
|
Loading…
Reference in a new issue