Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

How do I change font size? #49

Open
vedmant opened this issue Oct 16, 2023 · 1 comment
Open

How do I change font size? #49

vedmant opened this issue Oct 16, 2023 · 1 comment

Comments

@vedmant
Copy link

vedmant commented Oct 16, 2023

How do I change font size, changing font size of parent tag doesn't have an effect, I don't see any option to change font size. Changing font size of .vue-diff-viewer also doesn't work properly as line heights stay the same.

@ahmet-v
Copy link

ahmet-v commented Feb 8, 2024

You can try:

.vue-diff-viewer {
    pre {
        code {
            span {
                font-size: 13px;
            }
        }
    }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants