From 2a219ad43d74dafb4eeb02241a2963ab8e3f0ed8 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 29 Oct 2024 06:55:30 +0100
Subject: [PATCH] OZG-6719 fix icon position

---
 .../organisationseinheit-list.component.html                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/libs/admin/settings/src/lib/organisationseinheit/organisationseinheit-container/organisationseinheit-list/organisationseinheit-list.component.html b/alfa-client/libs/admin/settings/src/lib/organisationseinheit/organisationseinheit-container/organisationseinheit-list/organisationseinheit-list.component.html
index 8794ba5f94..a42709e0e2 100644
--- a/alfa-client/libs/admin/settings/src/lib/organisationseinheit/organisationseinheit-container/organisationseinheit-list/organisationseinheit-list.component.html
+++ b/alfa-client/libs/admin/settings/src/lib/organisationseinheit/organisationseinheit-container/organisationseinheit-list/organisationseinheit-list.component.html
@@ -17,7 +17,7 @@
 
     <dl class="flex-1 basis-1/12">
       <dt class="sr-only">Synchronisationsergebnis</dt>
-      <dd>
+      <dd class="mt-1">
         <ods-exclamation-icon
           *ngIf="syncResultIsNotOk(organisationsEinheitResource)"
           matTooltip="Organisationseinheit wurde nicht in den PVOG-Daten gefunden."
-- 
GitLab