From ffe2727cf72e2fe305e532a2b70dc904744f5910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 22 Dec 2020 09:40:39 +0100 Subject: [PATCH] Fixed topic field resizing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/settings/_ProfileSettings.scss | 6 ++++++ src/components/views/room_settings/RoomProfileSettings.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/res/css/views/settings/_ProfileSettings.scss b/res/css/views/settings/_ProfileSettings.scss index 732cbedf02..4cbcb8e708 100644 --- a/res/css/views/settings/_ProfileSettings.scss +++ b/res/css/views/settings/_ProfileSettings.scss @@ -14,6 +14,12 @@ See the License for the specific language governing permissions and limitations under the License. */ +.mx_ProfileSettings_controls_topic { + & > textarea { + resize: vertical; + } +} + .mx_ProfileSettings_profile { display: flex; } diff --git a/src/components/views/room_settings/RoomProfileSettings.js b/src/components/views/room_settings/RoomProfileSettings.js index ccbe8e288a..9d96e6da35 100644 --- a/src/components/views/room_settings/RoomProfileSettings.js +++ b/src/components/views/room_settings/RoomProfileSettings.js @@ -200,7 +200,7 @@ export default class RoomProfileSettings extends React.Component { -