fix: the width of time stamp in notification. (#1791)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -49,10 +49,12 @@
|
|||||||
:username="notificationItem.primary_actor.meta.assignee.name"
|
:username="notificationItem.primary_actor.meta.assignee.name"
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right timestamp--column">
|
<td>
|
||||||
<span class="notification--created-at">
|
<div class="text-right timestamp--column">
|
||||||
{{ dynamicTime(notificationItem.created_at) }}
|
<span class="notification--created-at">
|
||||||
</span>
|
{{ dynamicTime(notificationItem.created_at) }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div
|
<div
|
||||||
@@ -191,7 +193,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.timestamp--column {
|
.timestamp--column {
|
||||||
width: 12rem;
|
min-width: 13rem;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification--message-title {
|
.notification--message-title {
|
||||||
|
|||||||
Reference in New Issue
Block a user