Skip to content

Compatibility with font-awesome fixed-width? #16

@jfly

Description

@jfly

See https://fortawesome.github.io/Font-Awesome/examples/#fixed-width. An example of things not looking so great:

2015-12-28_918x982_kaladin

Right now, applying the fa-fw class to our icons doesn't work because they have a display of inline, I had to add the following css to get things looking nice:

.cubing-icon.fa-fw {
  display: inline-block;
}

And voila!

2015-12-28_617x992_kaladin

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