mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
fix #679 line height issue
This commit is contained in:
parent
1d93793616
commit
f86aa0316b
1 changed files with 4 additions and 2 deletions
|
|
@ -114,7 +114,8 @@ for $stage in $stages
|
|||
|
||||
// task content
|
||||
.task-text
|
||||
display: inline
|
||||
padding: 0.75em 0
|
||||
line-height: 1.4
|
||||
|
||||
// when a task is being dragged
|
||||
.task.ui-sortable-helper {
|
||||
|
|
@ -126,7 +127,8 @@ for $stage in $stages
|
|||
// primary task commands
|
||||
// ----------------------
|
||||
.task-controls
|
||||
display: inline
|
||||
display: inline-block
|
||||
float: left
|
||||
margin-left: -0.5em
|
||||
margin-right: 0.5em
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue