web frontend for git (tangled's grandpa)

css: wrap refs pre

+9 -2
+9 -2
static/style.css
··· 20 21 pre { 22 font-family: var(--mono-font); 23 - font-size: 0.8rem; 24 } 25 26 ::selection { ··· 220 align-items: center; 221 } 222 223 .line-numbers { 224 white-space: pre-line; 225 -moz-user-select: -moz-none; ··· 251 .commit-info { 252 color: var(--gray); 253 padding-bottom: 1.5rem; 254 - font-size: 0.75rem; 255 } 256 257 @media (max-width: 600px) { ··· 275 276 .commit-info:not(:last-child) { 277 padding-bottom: 1.5rem; 278 } 279 }
··· 20 21 pre { 22 font-family: var(--mono-font); 23 } 24 25 ::selection { ··· 219 align-items: center; 220 } 221 222 + .refs pre { 223 + white-space: pre-wrap; 224 + } 225 + 226 .line-numbers { 227 white-space: pre-line; 228 -moz-user-select: -moz-none; ··· 254 .commit-info { 255 color: var(--gray); 256 padding-bottom: 1.5rem; 257 + font-size: 0.85rem; 258 } 259 260 @media (max-width: 600px) { ··· 278 279 .commit-info:not(:last-child) { 280 padding-bottom: 1.5rem; 281 + } 282 + 283 + pre { 284 + font-size: 0.8rem; 285 } 286 }