Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Adding comment to prevent issue #735 #833

Merged
merged 1 commit into from
May 9, 2012
Merged

Conversation

tvoliter
Copy link
Contributor

@tvoliter tvoliter commented May 8, 2012

Issue #735 (line number stop short) occurred for Adam because he edited the code font size and line-height for presentation purposes. Line height was changed from px to em. Since the code font and line number font sizes are different in codemirror, line-height must be absolute rather than relative to the font in order for the line numbers and code lines to line up.

This fix just adds a comment about keeping line-height specified in px to help out anyone who may manually edit the font size and line-height size

fixes issue #735

@ghost ghost assigned redmunds May 9, 2012
redmunds added a commit that referenced this pull request May 9, 2012
@redmunds redmunds merged commit 856de22 into master May 9, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants