Skip to content

Commit

Permalink
refactor(front): misc frontend styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Sep 3, 2024
1 parent a57cd85 commit c08d7fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/>
</div>
<ng-template #results>
<div class="flex min-h-[3.75rem] flex-col justify-center gap-2" [ngClass]="{ 'w-96': useOverlay }">
<div class="flex min-h-[3.75rem] flex-col justify-center [&>:not(:first-child)]:mt-2" [ngClass]="{ 'w-96': useOverlay }">
@if (search.status === 'INVALID' && search.value?.length > 0 && found.length === 0) {
<p class="p-2 text-center text-lg text-gray-200">
{{ getFirstError() }}
Expand Down

0 comments on commit c08d7fb

Please sign in to comment.