Fix checked items' text being without strikethrough

master
Eirik Th S 2022-02-02 18:11:24 +01:00
parent 8e179e7b0b
commit b0606d2be0
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ ul.storePlanState .itemAmountText {
text-align: center;
}
.checkedItem span {
.checkedItem span, .checkedItem div {
text-decoration: line-through;
}