Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit b1f38c3

Browse files
committed
Review pipeline: Fixed styles
1 parent 61a4f34 commit b1f38c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/styles/_review_pipeline.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
padding-right: 20px;
66
}
77

8+
td.url a {
9+
max-width: 850px;
10+
}
11+
812
}

app/views/review-pipeline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 translate>Status</h1>
1414
<tbody>
1515
<tr ng-repeat="review in model.reviews">
1616
<td class="center queue-position">{{ review.num }}</td>
17-
<td class="url blue"><a style="{{ review.date ? '' : 'max-width:1000px' }}" href="{{ review.url }}" target="_blank"><span style="{{ review.date ? '' : 'max-width:1000px' }}">{{ review.url }}</span></td>
17+
<td class="url blue"><a href="{{ review.url }}" target="_blank">{{ review.url }}</td>
1818
<td class="timeago dark-grey center">
1919
<span class="time" am-time-ago="review.estimatedTime"></span>
2020
</td>

0 commit comments

Comments
 (0)