diff --git a/res/css/views/dialogs/_DevtoolsDialog.scss b/res/css/views/dialogs/_DevtoolsDialog.scss index ca82b82ee14..b1fed0d29bd 100644 --- a/res/css/views/dialogs/_DevtoolsDialog.scss +++ b/res/css/views/dialogs/_DevtoolsDialog.scss @@ -26,7 +26,6 @@ limitations under the License. } .mx_DevTools_content { - margin: 10px 0; overflow-y: auto; height: calc(100% - 124px); // 58px for buttons + 50px for header + 8px margin around }