Defect #43674 ยป fix-ol-styling-scope.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 472 | 472 |
tr span.expander {margin-left: 0; cursor: pointer;}
|
| 473 | 473 | |
| 474 | 474 |
tr.changeset { height: 20px }
|
| 475 |
tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
|
|
| 475 |
tr.changeset :is(ul, ol) { margin-top: 0px; margin-bottom: 0px; }
|
|
| 476 | 476 |
tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
|
| 477 | 477 |
tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
|
| 478 | 478 | |