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
This commit is contained in:
N-Shar-ma 2022-01-09 20:39:36 +05:30 committed by Tim Abbott
parent 06cba4ae1f
commit be486b6138
1 changed files with 0 additions and 1 deletions

View File

@ -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%);