Add `questionbox` class to questions

...so they get removed from the DOM after deletion
This commit is contained in:
Andreas Nedbal 2022-01-03 22:23:21 +01:00 committed by Andreas Nedbal
parent a524a244a9
commit 3df0196e1f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
- type ||= nil
.card{ data: { id: q.id } }
.card.questionbox{ data: { id: q.id } }
.card-body
.media
- if type == 'discover'