-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Description
For some silly reason, I can't seem to log into GitHub in Firefox so I can't test to see why this hack for Firefox is necessary.
/* HACK: Fix annoying text selection bug in Firefox */
.markdown-body code, .markdown-body tt {
padding: 0 .2em !important;
display: inline-block !important;
border: 1px solid #383838 !important;
}Anyway, the display: inline-block is causing this problem in my feed:
If I turn off just that setting, everything looks good again:
Metadata
Metadata
Assignees
Labels
No labels

