diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index 6c23b3790..f33c35462 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -122,6 +122,8 @@ table.list tbody tr.group span.count {margin-left:0px; margin-right:4px;} a.sort {padding-right:0; padding-left:16px;} +div.issue .attributes .attribute {padding-inline: 180px 0; clear: inline-start; min-height: 1.8em;} +div.issue .attributes .attribute .label {width: 170px; margin-inline: -180px 0; font-weight: bold; float: inline-start; overflow: clip visible; text-overflow: ellipsis;} table.attributes th {text-align:right;} table.boards a.board, h3.comments {padding-left:0px; padding-right:20px; }