From 7da51f2bd4e400fba3259103950af895f7779380 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Wed, 23 May 2018 18:40:48 +0100 Subject: [PATCH] Remove max-width restriction (no longer makes sense). --- res/css/views/dialogs/_DevtoolsDialog.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/dialogs/_DevtoolsDialog.scss b/res/css/views/dialogs/_DevtoolsDialog.scss index 084225397f..a4a868bd11 100644 --- a/res/css/views/dialogs/_DevtoolsDialog.scss +++ b/res/css/views/dialogs/_DevtoolsDialog.scss @@ -20,7 +20,6 @@ limitations under the License. .mx_DevTools_RoomStateExplorer_button, .mx_DevTools_RoomStateExplorer_query { margin-bottom: 10px; - max-width: 684px; width: 100%; }