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: Preformatted Text is not Monospace Font #5

Open
Jeffrey-R opened this issue Sep 14, 2016 · 2 comments
Open

Fix: Preformatted Text is not Monospace Font #5

Jeffrey-R opened this issue Sep 14, 2016 · 2 comments

Comments

@Jeffrey-R
Copy link

Jeffrey-R commented Sep 14, 2016

I modified the .pre class to remove the italics and add Monospace font-family. This makes layouts much nicer.

.pre { background: #f9f9f9; white-space: pre; font-family: monospace; font-style: normal;}

You can test it here:
https://forums.tesla.com/forum/forums/tesla-forum-enhancement-suite-tfes-bdrathburn

@Jeffrey-R
Copy link
Author

Don't forget to update the PRE styles in the next release. They need to be mono-space.

@bdrathburn
Copy link
Owner

Sure, must have overlooked this one. I will include it in the next release.

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

No branches or pull requests

2 participants