Browse Source

fix bullets in text

fix #32
mj-deploy
Standa Lukeš 4 years ago
parent
commit
89702956c6
  1. 5
      frontend/src/TaskDisplay.svelte

5
frontend/src/TaskDisplay.svelte

@ -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>