We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.bi
.icon-link
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
This extracts an issue from my earlier issue twbs/icons#1845
Minified test case showing the problem with extra bi:
bi
https://stackblitz.com/edit/zjw8ha?file=index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" /> <title>Layout issue</title> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" integrity="sha256-2IJPcGfN/qOK/sfp/68HISUmaCQgbWnvHxEtchU6UF4=" crossorigin="anonymous"> </head> <body class="p-5"> <p> <a class="icon-link"><i class="bi-receipt"></i> Correct</a> </p> <p> <a class="icon-link"><i class="bi bi-receipt"></i> Incorrect</a> </p> </body> </html>
The text was updated successfully, but these errors were encountered:
Hi @mdo There is a issue with the line-height in the css i am also facing the same issue if any one is not working i would like to work on this.
Sorry, something went wrong.
No branches or pull requests
This extracts an issue from my earlier issue twbs/icons#1845
Minified test case showing the problem with extra
bi
:https://stackblitz.com/edit/zjw8ha?file=index.html
The text was updated successfully, but these errors were encountered: