Commit fe7971e6a3
Verified · cmc
internal/web/static/style.css +1 −1
| @@ -1463,7 +1463,7 @@ details.refmenu .refdrop a.allrefs { | ||
| 1463 | 1463 | /* the side column exists only above 62rem; below it .facts keeps its |
| 1464 | 1464 | own two-up layout and the 40rem factgrid rule applies untouched */ |
| 1465 | 1465 | @media (min-width: 62.01rem) { |
| 1466 | .overview.withfacts { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: var(--sp-6); align-items: start; } | |
| 1466 | .overview.withfacts { display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: var(--sp-6); align-items: start; } | |
| 1467 | 1467 | .overview.withfacts .facts { display: block; margin-top: 0; max-width: none; } |
| 1468 | 1468 | .overview.withfacts .facts .factgrid { grid-template-columns: repeat(2, auto); } |
| 1469 | 1469 | .overview.withfacts .clone pre { white-space: pre-wrap; word-break: break-all; } |