From be486b61384b2950255e0be5939a254b1819274c Mon Sep 17 00:00:00 2001 From: N-Shar-ma Date: Sun, 9 Jan 2022 20:39:36 +0530 Subject: [PATCH] i18n: Fix 'add choice' / 'add task' button size. Removed the CSS rule setting the button's width to 100px. This lets the button take as much space as the appropriate translation needs, without displaying an odd two-line button. Fixes: #20077 --- static/styles/widgets.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/widgets.css b/static/styles/widgets.css index 0d017b590c..cfec417446 100644 --- a/static/styles/widgets.css +++ b/static/styles/widgets.css @@ -109,7 +109,6 @@ button { border-radius: 3px; border: 1px solid hsl(0, 0%, 80%); background-color: hsl(0, 0%, 100%); - width: 100px; &:hover { border-color: hsl(0, 0%, 60%);