Browse Source

Simon, Patrick | Reference item schema label hover minor enhancement (#785)

pull/786/head
Patrick Magee 4 years ago
committed by GitHub
parent
commit
6b75afe242
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      frontend/app/features/content/shared/references/reference-item.component.scss

14
frontend/app/features/content/shared/references/reference-item.component.scss

@ -18,4 +18,18 @@
.badge {
@include truncate;
}
.cell-label {
&:hover {
position: relative;
.badge {
max-width: 500px;
position: absolute;
right: .75rem;
top: 1.25rem;
width: auto;
}
}
}
Loading…
Cancel
Save