mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 08:43:09 +02:00
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
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ watch(() => props.lang, (to) => {
|
|||
</script>
|
||||
|
||||
<style module lang="scss">
|
||||
.codeBlockRoot {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.codeBlockRoot :global(.shiki) > code {
|
||||
counter-reset: step;
|
||||
counter-increment: step 0;
|
||||
|
|
Loading…
Reference in a new issue