make 'text-overflow: ellipsis' possible again in dashboard

Signed-off-by: Artur Neumann <artur@jankaritech.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Artur Neumann 2022-06-21 11:36:19 +05:45 committed by nextcloud-command
parent 20fc8d8f30
commit d2e58d844d
3 changed files with 5 additions and 4 deletions

View file

@ -491,7 +491,7 @@ export default {
}
> h2 {
display: flex;
display: block;
align-items: center;
flex-grow: 1;
margin: 0;
@ -510,6 +510,7 @@ export default {
height: 32px;
margin-right: 16px;
background-position: center;
float: left;
filter: var(--background-invert-if-dark);
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long