Defect #41680 » rtl-fix-issue-attributes.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 692 | 692 |
div.issue span.private, div.journal span.private {font-size: 60%;}
|
| 693 | 693 |
div.issue .next-prev-links {color:var(--oc-gray-6);}
|
| 694 | 694 |
div.issue .attributes {margin-top: 2em;}
|
| 695 |
div.issue .attributes .attribute {padding-left:180px; clear:left; min-height: 1.8em;}
|
|
| 696 |
div.issue .attributes .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left; overflow: clip visible; text-overflow: ellipsis;}
|
|
| 695 |
div.issue .attributes .attribute {padding-inline-start: 180px; clear: inline-start; min-height: 1.8em;}
|
|
| 696 |
div.issue .attributes .attribute .label {width: 170px; margin-inline-start: -180px; font-weight: bold; float: inline-start; overflow: clip visible; text-overflow: ellipsis;}
|
|
| 697 | 697 |
div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;}
|
| 698 | 698 |
div.issue .attribute.string_cf .value .wiki p {margin-top: 0; margin-bottom: 0;}
|
| 699 | 699 |
div.issue .attribute.text_cf .value .wiki p:first-of-type {margin-top: 0;}
|