We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Recent Actions widget on the dashboard will overflow its box if the content is long & non-breaking, such as a URL. For example:
To prevent it from flowing over neighboring widgets we could set overflow-x: auto on its style:
overflow-x: auto
The text was updated successfully, but these errors were encountered:
Prevent recent actions from overflowing container
04e6ce8
E.g. when content is long & non-breaking, such as a URL stephenmcd#101
Successfully merging a pull request may close this issue.
The Recent Actions widget on the dashboard will overflow its box if the content is long & non-breaking, such as a URL. For example:
To prevent it from flowing over neighboring widgets we could set
overflow-x: auto
on its style:The text was updated successfully, but these errors were encountered: