mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 01:40:59 -05:00
Merge pull request #32948 from nextcloud/dashboardFix
make 'text-overflow: ellipsis' possible again in dashboard
This commit is contained in:
commit
cfc16ac3ee
3 changed files with 5 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
dist/dashboard-main.js
vendored
4
dist/dashboard-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/dashboard-main.js.map
vendored
2
dist/dashboard-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue