Skip to content
New issue

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

Fix the rendering of inline code spans #43

Merged
merged 1 commit into from
Mar 6, 2020
Merged

Conversation

stof
Copy link
Contributor

@stof stof commented Mar 5, 2020

before:
image

after:

image

@stof
Copy link
Contributor Author

stof commented Mar 5, 2020

The change is that one:

 code.inline{
-  display:inline-block;
+  display:inline;

@LasseRafn
Copy link
Owner

Haha, thanks for adding change here! Apologies for the terrible minified CSS at the moment.

And thanks for the PR(s) — merging! 🎉

@LasseRafn LasseRafn closed this Mar 6, 2020
@LasseRafn LasseRafn reopened this Mar 6, 2020
@LasseRafn LasseRafn merged commit ec1eafe into LasseRafn:master Mar 6, 2020
@stof stof deleted the fix_css branch March 6, 2020 10:01
@stof
Copy link
Contributor Author

stof commented Mar 6, 2020

@LasseRafn I find something weird. The live website seems to have #41 deployed but not this CSS fix. But the git history shows that this CSS fix was merged first.

@stof
Copy link
Contributor Author

stof commented Mar 6, 2020

hmm, the online page does not match exactly the index.html page here. Links have eu.ui-avatars.com vs ui-avatars.com. So this might explain differences if there is some changes somewhere.

@stof
Copy link
Contributor Author

stof commented Nov 3, 2021

@LasseRafn Any news on this deployment issue ?

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

Successfully merging this pull request may close these issues.

2 participants