attempt at solving css "jumps" on inline edits.

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-08-23 16:41:16 -04:00
committed by Julius Härtl
parent 7c6d36fde1
commit 1949dae8d4
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
* @author Artem Anufrij <artem.anufrij@live.de>
* @author Marin Treselj <marin@pixelipo.com>
* @author Oskar Kurz <oskar.kurz@gmail.com>
* @author Ryan Fletcher <ryan.fletcher@codepassion.ca>
*
* @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 {