Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

define CSS classes pull-left and pull-right for Font Awesome 5 #1088

Closed
stephanrauh opened this issue Jul 31, 2019 · 1 comment
Closed

define CSS classes pull-left and pull-right for Font Awesome 5 #1088

stephanrauh opened this issue Jul 31, 2019 · 1 comment
Assignees
Labels
bug Solved This ticket has been solved. If it's still open, we're waiting for the user's confirmation.
Milestone

Comments

@stephanrauh
Copy link
Collaborator

stephanrauh commented Jul 31, 2019

The complete set of classes should look like so:

.fa.pull-left,
.fas.pull-left,
.far.pull-left,
.fab.pull-left,
.fal.pull-left {
  margin-right: .3em;
}
.fa.pull-right,
.fas.pull-right,
.far.pull-right,
.fal.pull-right,
.fab.pull-right {
  margin-left: .3em;
}
@stephanrauh
Copy link
Collaborator Author

Done and documented.

@stephanrauh stephanrauh added this to the v1.5.0 milestone Aug 1, 2019
@TheCoder4eu TheCoder4eu modified the milestones: v1.5.0, v1.4.2 Aug 28, 2019
@TheCoder4eu TheCoder4eu added the Solved This ticket has been solved. If it's still open, we're waiting for the user's confirmation. label Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Solved This ticket has been solved. If it's still open, we're waiting for the user's confirmation.
Projects
None yet
Development

No branches or pull requests

2 participants