Merged PR 744: #1978 Trefferliste Autorenlinks Ellipsis

#1978 Trefferliste Autorenlinks Ellipsis

Related work items: #1978
This commit is contained in:
Andreas Schickinger
2021-07-09 08:27:33 +00:00
committed by Lorenz Hilpert
parent ebf40bfe3a
commit 70ec7ad4a5

View File

@@ -23,6 +23,10 @@
.item-contributors {
grid-area: item-contributors;
height: 22px;
text-overflow: ellipsis;
overflow: hidden;
max-width: 600px;
white-space: nowrap;
a {
@apply text-active-customer font-bold no-underline;
@@ -87,3 +91,9 @@
grid-area: item-ssc;
@apply font-bold text-right;
}
@media (min-width: 1025px) {
.item-contributors {
max-width: 780px;
}
}