Fix task title overflowing in detail view
This commit is contained in:
parent
623879381b
commit
dca90477d9
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
margin: 0 .3em;
|
margin: 0 .3em;
|
||||||
height: 1.5em;
|
height: auto;
|
||||||
padding: 0 .3em;
|
padding: .3em;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background: $input-background-color;
|
background: $input-background-color;
|
||||||
|
|
Loading…
Add table
Reference in a new issue