Browse Source

Fix broken tab indents on Firefox (#491)

master
Jonas Gierer 7 years ago
committed by Sindre Sorhus
parent
commit
6e80fe3943
  1. 5
      extension/content.css

5
extension/content.css

@ -664,8 +664,3 @@ tt,
.CodeMirror-lines pre.CodeMirror-line {
font-variant-ligatures: normal;
}
/* reduce tracking. Fix for Chrome on macOS: https://git.io/vX4Wo */
.markdown-body {
letter-spacing: -0.02px;
}

Loading…
Cancel
Save