diff --git a/frontend/app/features/content/shared/references/reference-item.component.scss b/frontend/app/features/content/shared/references/reference-item.component.scss index 99504419b..a96af5e27 100644 --- a/frontend/app/features/content/shared/references/reference-item.component.scss +++ b/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; + } + } } \ No newline at end of file