From 6b75afe24238f2753a53579f65ddc661a7923495 Mon Sep 17 00:00:00 2001 From: Patrick Magee Date: Tue, 2 Nov 2021 16:23:36 +0000 Subject: [PATCH] Simon, Patrick | Reference item schema label hover minor enhancement (#785) --- .../references/reference-item.component.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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