| @@ -324,37 +324,19 @@ | ||
| 324 | 324 | font-size: 12px; |
| 325 | 325 | --os-ui-code-block-max-block-size: 220px; |
| 326 | 326 | } |
| 327 | 327 | |
| 328 | -.os-cb-issue__facts { | |
| 329 | - display: grid; | |
| 330 | - grid-template-columns: auto 1fr; | |
| 331 | - gap: 2px 14px; | |
| 332 | - margin: 0; | |
| 333 | - font-size: 12px; | |
| 334 | - align-items: baseline; | |
| 335 | -} | |
| 336 | - | |
| 337 | 328 | /* |
| 338 | - * The file path is a copy target too (it is what gets pasted into an | |
| 339 | - * editor), but it sits in a definition list, not a snippet box — so | |
| 340 | - * the badge chrome comes off and only the copy affordance stays. | |
| 329 | + * Tighter than the kit default, and the values are monospace: these | |
| 330 | + * facts are file paths and timestamps read against each other. | |
| 341 | 331 | */ |
| 342 | -.os-cb-issue__facts os-code { | |
| 343 | - --os-ui-code-bg: transparent; | |
| 344 | - --os-ui-code-border: none; | |
| 345 | - --os-ui-code-padding: 0; | |
| 346 | - --os-ui-code-font-size: 1em; | |
| 332 | +.os-cb-issue__facts { | |
| 333 | + --os-ui-facts-font-size: 12px; | |
| 334 | + --os-ui-facts-row-gap: 2px; | |
| 347 | 335 | } |
| 348 | 336 | |
| 349 | -.os-cb-issue__facts dt { | |
| 350 | - color: var( --os-ui-fg-muted, #646970 ); | |
| 351 | -} | |
| 352 | - | |
| 353 | -.os-cb-issue__facts dd { | |
| 354 | - margin: 0; | |
| 337 | +.os-cb-issue__facts os-fact::part( value ) { | |
| 355 | 338 | font-family: var( --os-ui-font-mono, ui-monospace, Menlo, Consolas, monospace ); |
| 356 | - overflow-wrap: anywhere; | |
| 357 | 339 | } |
| 358 | 340 | |
| 359 | 341 | /* |
| 360 | 342 | * The two things anyone does with an error they cannot immediately |