parent
96dccd779d
commit
89702956c6
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ import Odevzdavatko from "./Odevzdavatko.svelte";
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
/* Workaround: ksp.css is reseting the default style for ol and ul tags */
|
||||||
|
div :global(ul), div :global(ol) {
|
||||||
|
list-style: initial;
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
Reference in a new issue