From df4a1e90f35ffe400179c1908be2670956f990fb Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Fri, 2 Dec 2022 14:14:20 +0100 Subject: [PATCH] fixed privacy banner padding again --- .../components/privacy-banner/privacy-banner.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/privacy-banner/privacy-banner.component.html b/src/app/components/privacy-banner/privacy-banner.component.html index d35bf325..b3d4effd 100644 --- a/src/app/components/privacy-banner/privacy-banner.component.html +++ b/src/app/components/privacy-banner/privacy-banner.component.html @@ -1,6 +1,6 @@ -<div class="notification center px-6" [class.disabled]="disabled" id="privacy-banner"> +<div class="notification center" [class.disabled]="disabled" id="privacy-banner"> <button class="delete" (click)="close()"></button> - <span class="has-text-justified"> + <span class="has-text-justified px-6"> By using Drugst.One you agree to the end-user license agreement about redistribution policies of integrated data-sources. The license text can be shown <a class="link-style" (click)="drugstoneConfig.showLicense=true">here</a> or in the menu on the top right. <br><br> -- GitLab