Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@leafac
Copy link
Contributor

@leafac leafac commented Apr 29, 2021

The documentation still states that the SVGs width and height are 1em, while that’s no longer the case: #497

The documentation still states that the SVGs width and height are `1em`, while that’s no longer the case: twbs#497
@leafac
Copy link
Contributor Author

leafac commented Apr 29, 2021

It appears to be possible to get the same effect with the following CSS:

.bi {
  width: 1em;
  height: 1em;
}

Or event the following:

.bi {
  width: 1em;
  height: auto;
}

The documentation may mention that. I can send a Pull Request to that effect if you’re interested.

@mdo mdo merged commit b37491f into twbs:main Nov 9, 2021
@leafac leafac deleted the patch-1 branch November 10, 2021 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants