Skip to content
Snippets Groups Projects
Unverified Commit 3664e469 authored by blizzz's avatar blizzz Committed by GitHub
Browse files

Merge pull request #14399 from nextcloud/feature/noid/fix-top-margin-special-updater-url

Fix top margin for info text when non-default updater server URL is used
parents 1a537bc7 2af16932
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</template> </template>
<template v-if="!isDefaultUpdateServerURL"> <template v-if="!isDefaultUpdateServerURL">
<p> <p class="topMargin">
<em>{{ t('updatenotification', 'A non-default update server is in use to be checked for updates:') }} <code>{{updateServerURL}}</code></em> <em>{{ t('updatenotification', 'A non-default update server is in use to be checked for updates:') }} <code>{{updateServerURL}}</code></em>
</p> </p>
</template> </template>
...@@ -497,4 +497,7 @@ ...@@ -497,4 +497,7 @@
#updatenotification .update-menu .icon-star:focus { #updatenotification .update-menu .icon-star:focus {
background-image: var(--icon-star-000); background-image: var(--icon-star-000);
} }
#updatenotification .topMargin {
margin-top: 15px;
}
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment