We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there,
I've been experimenting with your library, it's really great.
I have noticed that the button sizes are not set in the library css, causing sometimes the buttons in inherit a (much larger) font size of parent.
cl-editor/src/Editor.svelte
Line 186 in bdb90d2
I think is a css font-size: .4em; is added here, this should help fix the button size when embedded in other apps.
font-size: .4em;
The text was updated successfully, but these errors were encountered:
add font-size to cl-button
e5c8e7c
addressing nenadpnc#56
No branches or pull requests
Hey there,
I've been experimenting with your library, it's really great.
I have noticed that the button sizes are not set in the library css, causing sometimes the buttons in inherit a (much larger) font size of parent.
cl-editor/src/Editor.svelte
Line 186 in bdb90d2
I think is a css
font-size: .4em;
is added here, this should help fix the button size when embedded in other apps.The text was updated successfully, but these errors were encountered: