@ -21,7 +21,9 @@
</td>
<td class="cell-label" *ngIf="!isCompact">
<span class="badge badge-primary rounded-pill truncate-inline">{{content.schemaDisplayName}}</span>
<div class="badge-container d-flex align-items-center">
</div>
<td class="cell-actions">
@ -21,13 +21,15 @@
}
.cell-label {
&:hover {
position: relative;
.badge {
@include absolute(1.25rem, .75rem);
max-width: 500px;
transition: .2s ease-in all;
.badge-container {
@include absolute(0, 0, 0, 0);
left: auto;