diff options
author | Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | 2023-08-17 11:14:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 11:14:08 +0200 |
commit | 86e1e8285629a1791cabdde8b28e476325d8e1b7 (patch) | |
tree | 846bfac2a42def3f535c1395811f19727d7d4a75 /apps/updatenotification | |
parent | 485f570e138880b4fc5317453ba41f1a8c2d20e9 (diff) | |
download | nextcloud-server-86e1e8285629a1791cabdde8b28e476325d8e1b7.tar.gz nextcloud-server-86e1e8285629a1791cabdde8b28e476325d8e1b7.zip |
Remove extra tab
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/src/components/UpdateNotification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/src/components/UpdateNotification.vue b/apps/updatenotification/src/components/UpdateNotification.vue index 3edc7bb3c19..b5f6ddc74b0 100644 --- a/apps/updatenotification/src/components/UpdateNotification.vue +++ b/apps/updatenotification/src/components/UpdateNotification.vue @@ -509,7 +509,7 @@ export default { display: inline-block; padding: 10px; border-radius: 10px; - border: 2px solid var(--color-border-dark); + border: 2px solid var(--color-border-dark); .icon-update-menu { cursor: inherit; .icon-triangle-s { |