Make the table favor horizontal scrolling over wrapping

This commit is contained in:
Hugo Locurcio
2020-03-23 22:32:05 +01:00
parent 06b29224a1
commit 9e991a89d0

View File

@@ -41,6 +41,8 @@ table {
td {
border: 1px solid hsla(0, 0%, 50%, 50%);
padding: 0.25rem 0.5rem;
/* Prefer horizontal scrolling to wrapping over several lines. */
white-space: nowrap;
}
tr:hover {