Skip to content
Snippets Groups Projects
Commit 0864c8fd authored by OZGCloud's avatar OZGCloud
Browse files

Vorgangliste für 200% zoom optimiert

parent 7e0227b7
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
align-items: center; align-items: center;
} }
.status-name {
margin-right: 4px;
}
.dot { .dot {
border-radius: 50%; border-radius: 50%;
background-color: mat-color($primaryPalette); background-color: mat-color($primaryPalette);
......
...@@ -70,6 +70,16 @@ goofy-client-status-dot { ...@@ -70,6 +70,16 @@ goofy-client-status-dot {
flex-grow: 1; flex-grow: 1;
font-weight: 500; font-weight: 500;
min-width: 128px; min-width: 128px;
flex-shrink: 1;
overflow: hidden;
&::ng-deep {
span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
}
} }
.user-icon { .user-icon {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment