Fix task title overflowing in detail view
continuous-integration/drone/push Build was killed Details

This commit is contained in:
kolaente 2020-04-27 13:03:47 +02:00
parent 623879381b
commit dca90477d9
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -164,8 +164,8 @@
background: transparent;
border-color: transparent;
margin: 0 .3em;
height: 1.5em;
padding: 0 .3em;
height: auto;
padding: .3em;
&:focus {
background: $input-background-color;