Skip to content
Snippets Groups Projects
Commit a915b3b2 authored by Alexander Reifschneider's avatar Alexander Reifschneider
Browse files

OZG-7507 Add missing style

parent 30d4248b
Branches
Tags
1 merge request!82OZG-7507 use new open dialog button
......@@ -26,7 +26,7 @@
<ods-list data-test-id="organisations-einheit-list">
@for (organisationsEinheit of organisationsEinheitList; track $index) {
<ods-list-item [attr.data-test-id]="(organisationsEinheit.name | convertForDataTest) + '-organisation-item'">
<div class="space-between flex w-full">
<div class="space-between flex w-full items-center">
<dl class="flex-1 basis-3/4 font-semibold">
<dt class="sr-only">Name</dt>
<dd data-test-id="organisations-einheit-name">{{ organisationsEinheit.name }}</dd>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment