mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 744: #1978 Trefferliste Autorenlinks Ellipsis
#1978 Trefferliste Autorenlinks Ellipsis Related work items: #1978
This commit is contained in:
committed by
Lorenz Hilpert
parent
ebf40bfe3a
commit
70ec7ad4a5
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user