Skip to content

inline-block #223

@Mottie

Description

@Mottie

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:

2015-04-04 08_49_10-github

If I turn off just that setting, everything looks good again:

2015-04-04 08_52_31-github

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions