diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 1cea85d61..199f3da07 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -692,8 +692,8 @@ div.issue p.author {margin-top:0.5em; font-size: 93%} div.issue span.private, div.journal span.private {font-size: 60%;} div.issue .next-prev-links {color:var(--oc-gray-6);} div.issue .attributes {margin-top: 2em;} -div.issue .attributes .attribute {padding-left:180px; clear:left; min-height: 1.8em;} -div.issue .attributes .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left; overflow: clip visible; text-overflow: ellipsis;} +div.issue .attributes .attribute {padding-inline-start: 180px; clear: inline-start; min-height: 1.8em;} +div.issue .attributes .attribute .label {width: 170px; margin-inline-start: -180px; font-weight: bold; float: inline-start; overflow: clip visible; text-overflow: ellipsis;} div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;} div.issue .attribute.string_cf .value .wiki p {margin-top: 0; margin-bottom: 0;} div.issue .attribute.text_cf .value .wiki p:first-of-type {margin-top: 0;}