fix: the width of time stamp in notification. (#1791)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
Sivin Varghese
2021-02-17 12:35:00 +05:30
committed by GitHub
parent ec1ddc06fd
commit 2245233618

View File

@@ -49,10 +49,12 @@
:username="notificationItem.primary_actor.meta.assignee.name"
/>
</td>
<td class="text-right timestamp--column">
<span class="notification--created-at">
{{ dynamicTime(notificationItem.created_at) }}
</span>
<td>
<div class="text-right timestamp--column">
<span class="notification--created-at">
{{ dynamicTime(notificationItem.created_at) }}
</span>
</div>
</td>
<td>
<div
@@ -191,7 +193,8 @@ export default {
}
.timestamp--column {
width: 12rem;
min-width: 13rem;
text-align: right;
}
.notification--message-title {