diff --git a/css/style.scss b/css/style.scss index a7f6e627a..e6588807b 100644 --- a/css/style.scss +++ b/css/style.scss @@ -5,6 +5,7 @@ * @author Artem Anufrij * @author Marin Treselj * @author Oskar Kurz + * @author Ryan Fletcher * * @license GNU AGPL version 3 or any later version * @@ -417,6 +418,11 @@ input.input-inline { overflow: hidden; position: relative; padding: 5px; + + input { + min-height: 0px; + width: auto; + } } .card-assigned-users { diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 64ab97fb1..83d261dad 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -77,7 +77,7 @@