mirror of
https://github.com/godotengine/doc-status.git
synced 2025-12-31 13:48:23 +03:00
Make the table favor horizontal scrolling over wrapping
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user