diff --git a/res/css/views/elements/_ServerPicker.scss b/res/css/views/elements/_ServerPicker.scss index e5a979d0af..8ef45e6ca8 100644 --- a/res/css/views/elements/_ServerPicker.scss +++ b/res/css/views/elements/_ServerPicker.scss @@ -16,6 +16,7 @@ limitations under the License. .mx_ServerPicker { margin-bottom: 14px; + padding-bottom: $spacing-16; border-bottom: 1px solid rgba(141, 151, 165, 0.2); display: grid; grid-template-columns: auto min-content; @@ -79,7 +80,6 @@ limitations under the License. color: $tertiary-content; grid-column: 1 / 2; grid-row: 3; - margin-bottom: 16px; } }