mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Merge pull request #253 from SlappyBag/master
Fixes up/down checkboxes spilling onto second line
This commit is contained in:
commit
003f70d5bc
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ html,body,p,h1,ul,li,table,tr,th,td
|
|||
color: rgb(153, 153, 153)
|
||||
.reward pre
|
||||
background-color: white
|
||||
|
||||
label.checkbox.inline{
|
||||
width: 40px
|
||||
}
|
||||
|
||||
.todos
|
||||
.nav-pills > .active > a, .nav-pills > .active > a:hover
|
||||
|
|
|
|||
Loading…
Reference in a new issue