You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we can't instantiate a htmlwidget with inline CSS for height and width that uses the !important override. This will fail in htmltools::validateCssUnit.
This would come in handy to override framework assumptions about how to size our widgets. An example of this is {flexdashboard} which imposes height = 100% !importantrstudio/flexdashboard#351. This has created a problem for me with a htmlwidget that is a set of controls, not a visualisation.
{flexdashboard} should probably not be doing this, but allowing !important to be used on the widget's inline CSS would allow us to easily skirt this issue wherever it occurs.
The text was updated successfully, but these errors were encountered:
At the moment we can't instantiate a htmlwidget with inline CSS for height and width that uses the
!important
override. This will fail inhtmltools::validateCssUnit
.This would come in handy to override framework assumptions about how to size our widgets. An example of this is
{flexdashboard}
which imposesheight = 100% !important
rstudio/flexdashboard#351. This has created a problem for me with ahtmlwidget
that is a set of controls, not a visualisation.{flexdashboard}
should probably not be doing this, but allowing!important
to be used on the widget's inline CSS would allow us to easily skirt this issue wherever it occurs.The text was updated successfully, but these errors were encountered: