From 5e20a497d0fd1e068bb038e6e9d468c6104f4e30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Fri, 29 May 2020 10:37:08 +0200 Subject: [PATCH] fix motion title size again --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 1486986..bd8c265 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@ margin-bottom:5px; } .motion .motion-title input.motion-title-input { - width: 80%; + width: 66%; } .motion .motion-title .float { float: right; -- 2.39.2