mirror of https://github.com/rancher/ui.git
Fix pod row style issue
https://github.com/rancher/rancher/issues/15733
This commit is contained in:
parent
b2203fa52c
commit
bda6f8ccdc
|
|
@ -32,7 +32,7 @@
|
|||
{{#copy-inline clipboardText=model.displayIp}}{{format-ip model.displayIp}}{{/copy-inline}} /
|
||||
{{/if}}
|
||||
{{#if (and showNode model.node)}}
|
||||
<a href="{{href-to "node" scope.currentCluster.id model.node.id}}">{{model.node.displayName}}</a> /
|
||||
<a class="text-vertical-top" href="{{href-to "node" scope.currentCluster.id model.node.id}}">{{model.node.displayName}}</a> /
|
||||
{{/if}}
|
||||
{{t 'generic.createdDate' date=(date-from-now model.created) htmlSafe=true}}
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -74,6 +74,10 @@
|
|||
width: 1px;
|
||||
}
|
||||
|
||||
.text-vertical-top {
|
||||
vertical-align: text-top !important;
|
||||
}
|
||||
|
||||
.text-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue