From fdeeb5a415b538574426fc777ee1804256256507 Mon Sep 17 00:00:00 2001 From: Fadhlan Ridhwanallah Date: Tue, 26 Nov 2024 11:42:56 +0700 Subject: [PATCH] Fix css --- .../components/operator-mode/profile/profile-subscription.gts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/host/app/components/operator-mode/profile/profile-subscription.gts b/packages/host/app/components/operator-mode/profile/profile-subscription.gts index 8d31b0be1b..0c1a700332 100644 --- a/packages/host/app/components/operator-mode/profile/profile-subscription.gts +++ b/packages/host/app/components/operator-mode/profile/profile-subscription.gts @@ -155,7 +155,7 @@ export default class ProfileSubscription extends Component { --icon-color: var(--boxel-teal); --boxel-loading-indicator-size: var(--boxel-icon-xs); } - :deep(.boxel-loading-indicator) { + :deep(.buy-more-credits .boxel-loading-indicator) { width: 100%; text-align: center; }