mirror of https://github.com/rancher/ui.git
Align right for created field
This commit is contained in:
parent
022a37a34d
commit
b2fab982e0
|
|
@ -75,15 +75,15 @@
|
|||
}
|
||||
|
||||
.text-left {
|
||||
text-align: left;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.text-small {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ const headers = [
|
|||
translationKey: 'generic.created',
|
||||
name: 'created',
|
||||
sort: ['created'],
|
||||
classNames: 'text-right pr-20',
|
||||
width: 200,
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<span class="text-muted">–</span>
|
||||
{{/if}}
|
||||
</td>
|
||||
<td data-title="{{t 'generic.created'}}:" >
|
||||
<td data-title="{{t 'generic.created'}}:" class="text-right pr-20">
|
||||
{{date-calendar row.created}}
|
||||
</td>
|
||||
<td data-title="{{t 'generic.actions'}}:" class="actions">
|
||||
|
|
|
|||
Loading…
Reference in New Issue