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;
|
||||
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>
|
||||
|
||||
<div>
|
||||
|
|
Reference in a new issue