Skip to content

Commit a0c5fdd

Browse files
committed
style(loading): adjust size of error message
1 parent b798c16 commit a0c5fdd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/app.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import { Subject, takeUntil } from 'rxjs';
5353
<span class="text-2xl">
5454
{{ 'APP.LOADING_WARNING' | translate }}
5555
</span>
56-
<span class="text-lg font-thin">
56+
<span class="text-lg font-thin max-w-1/3">
5757
{{ 'APP.LOADING_WARNING_2' | translate }}
5858
</span>
5959
<a
@@ -74,14 +74,14 @@ import { Subject, takeUntil } from 'rxjs';
7474
<h1 class="text-6xl text-white font-sans font-bold">
7575
An Error Occurred
7676
</h1>
77-
<p class="font-bold w-2/3 text-4xl text-white">
77+
<p class="font-bold w-2/3 text-4xl text-white text-center">
7878
@if (error().type === 'fetch') {
7979
Error fetching dataset: {{ error().message }}
8080
} @else {
8181
An unexpected error occurred. Please try again later.
8282
}
8383
</p>
84-
<p class="font-thin my-10 w-2/3 text-2xl text-white">
84+
<p class="font-thin my-10 w-2/3 text-2xl text-white text-center">
8585
Please go back to your Dataverse instance and try again. If the
8686
problem persists, contact your system administrator.
8787
</p>

0 commit comments

Comments
 (0)