Merge pull request #32948 from nextcloud/dashboardFix

make 'text-overflow: ellipsis' possible again in dashboard
This commit is contained in:
Simon L 2022-06-21 13:25:39 +02:00 committed by GitHub
commit cfc16ac3ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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