rstudio / fontawesome

Easily insert FontAwesome icons into R Markdown docs and Shiny apps
https://rstudio.github.io/fontawesome/
Other
296 stars 39 forks source link

Add the `vertical_align` option to `fa()` #103

Closed rich-iannone closed 1 year ago

rich-iannone commented 1 year ago

This adds the vertical_align option to the fa() function. This allows for setting of a CSS length for the "vertical-align" CSS rule in case the "-0.125em" default is not satisfactory.

Fixes: #101