Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-06-21 14:25:39 +0300
committerGitHub <noreply@github.com>2022-06-21 14:25:39 +0300
commitcfc16ac3ee73bca1ef8439e23016bbca403fc3ae (patch)
treec9078368b7e4b6e9fd3018cbe3ee08d902bfba83 /apps
parent53eafc0cb72717094e368813005872cd0c17f4b0 (diff)
parentd2e58d844d457942d182c0d237de7301dc7dd28a (diff)
Merge pull request #32948 from nextcloud/dashboardFix
make 'text-overflow: ellipsis' possible again in dashboard
Diffstat (limited to 'apps')
-rw-r--r--apps/dashboard/src/DashboardApp.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue
index d08c18c6ffd..c9e73d9d146 100644
--- a/apps/dashboard/src/DashboardApp.vue
+++ b/apps/dashboard/src/DashboardApp.vue
@@ -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);
}
}