Skip to content
New issue

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

Course sidebar min-width #2630

Closed
jasmussen opened this issue Jul 5, 2024 · 0 comments
Closed

Course sidebar min-width #2630

jasmussen opened this issue Jul 5, 2024 · 0 comments
Assignees
Labels
[Component] Learn Theme Website development issues related to the Learn theme.

Comments

@jasmussen
Copy link

The responsive treatment of the sidebar is causing some typographic widows in a few places. E.g. “Practice” And “3 days ago”:

Image

We should probably give the sidebar a fixed 280px width across every breakpoint until it stacks below the content, to avoid this. We might also throw in something like this in a more blanket way:

th, td {
	/* Safari fallbacks */
	white-space: normal;
	text-wrap: balance;
	text-wrap: pretty;
}
@adamwoodnz adamwoodnz self-assigned this Jul 8, 2024
@adamwoodnz adamwoodnz added the [Component] Learn Theme Website development issues related to the Learn theme. label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Component] Learn Theme Website development issues related to the Learn theme.
2 participants