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
Perhaps a continuation of the rendering issue in #683, the buttons are not filling the whole space when inside the sidebar. It seems that .quarto-dashboard .sidebar label is superseding it. I can set this value manually but it would be nice for it to work out of the box. If this is a quarto issue, I can put this in their repo. Thanks!
Perhaps a continuation of the rendering issue in #683, the buttons are not filling the whole space when inside the sidebar. It seems that
.quarto-dashboard .sidebar label
is superseding it. I can set this value manually but it would be nice for it to work out of the box. If this is a quarto issue, I can put this in their repo. Thanks!Within the CSS, these values seem to work:
width: 100%
width: inherit
width: -webkit-fill-available
The text was updated successfully, but these errors were encountered: