File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments