@ -21,7 +21,7 @@
</td>
<td class="cell-label" *ngIf="!isCompact">
<span class="badge badge-primary rounded-pill truncate-inline" [title]="content.schemaDisplayName">{{content.schemaDisplayName}}</span>
<span class="badge badge-primary rounded-pill truncate-inline">{{content.schemaDisplayName}}</span>
<td class="cell-actions">
@ -25,11 +25,9 @@
position: relative;
.badge {
@include absolute(1.25rem, .75rem);
max-width: 500px;
position: absolute;
right: .75rem;
top: 1.25rem;
width: auto;
transition: .2s ease-in all;
}