From 5b5292d1383bf79c78517f60ababa6a6b29f42cc Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Wed, 8 Oct 2025 14:50:12 +0200 Subject: [PATCH] templates: Remove unnecessary "margin" class from register template. Removes the instances of the "margin" class from register.html and the portico CSS rule. Doing so does not result in any visible changes in the only place it was being applied the terms of service checkbox on the page. --- templates/zerver/register.html | 6 +++--- web/styles/portico/portico.css | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/templates/zerver/register.html b/templates/zerver/register.html index 3c6f3a77b1..458e5aaf2b 100644 --- a/templates/zerver/register.html +++ b/templates/zerver/register.html @@ -169,9 +169,9 @@ Form is validated both client-side using jquery-validation (see signup.js) and s {% if default_stream_groups %}
-

{{ _('What are you interested in?') }}

+

{{ _('What are you interested in?') }}

{% for default_stream_group in default_stream_groups %} -
+