From 79e3780a26787d2facdf25f70f4b636613317098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Tue, 9 Jun 2020 22:59:41 +0200 Subject: [PATCH] Updated server whitelist of allowed styles. added 'vertical-align' --- openslides/utils/validate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openslides/utils/validate.py b/openslides/utils/validate.py index 81d299fff..14dacee5d 100644 --- a/openslides/utils/validate.py +++ b/openslides/utils/validate.py @@ -55,6 +55,7 @@ allowed_styles = [ "height", "width", "text-align", + "vertical-align", "float", "text-decoration", "margin",