mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix: Card style
This commit is contained in:
parent
f35b2cf5d2
commit
0acc8d14e0
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
||||||
export let html: Writable<string>
|
export let html: Writable<string>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="qa">
|
<div id="qa" class="card">
|
||||||
{@html $html}
|
{@html $html}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.qa {
|
#qa {
|
||||||
flex: 1
|
flex: 1
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue