View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/453 Closes #436 Approved-by: Essem <smswessem@gmail.com> Approved-by: Leah <kevinlukej@gmail.com>
This commit is contained in:
commit
58bc8f2c10
|
@ -72,6 +72,10 @@ watch(() => props.lang, (to) => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style module lang="scss">
|
<style module lang="scss">
|
||||||
|
.codeBlockRoot {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.codeBlockRoot :global(.shiki) > code {
|
.codeBlockRoot :global(.shiki) > code {
|
||||||
counter-reset: step;
|
counter-reset: step;
|
||||||
counter-increment: step 0;
|
counter-increment: step 0;
|
||||||
|
|
Loading…
Reference in New Issue