Learn icon indicating copy to clipboard operation
Learn copied to clipboard

Course sidebar min-width

Open jasmussen opened this issue 1 year ago • 0 comments

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;
}

jasmussen avatar Jul 05 '24 07:07 jasmussen