Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix line number width in code preview (go-gitea#31307)
Line numbers were using some hacky CSS `width: 1%` that did nothing to the code rendering as far as I can tell but broken the inline preview in markup when line numbers are greater than 2 digits. Also I removed one duplicate `font-family` rule (it is set below in the `.lines-num, .lines-code` selector.
- Loading branch information