Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Move "Reset to" label in settings to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
ppacher committed Feb 2, 2022
1 parent 4fad1eb commit f3786e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h4>This setting stacks on top of the following <a class="underline text-tertiar
</span>
</div>

<div *ngIf="userConfigured" class="mt-2" [@fadeIn] [@fadeOut]>
<div *ngIf="userConfigured" class="flex justify-end mt-2" [@fadeIn] [@fadeOut]>
<span class="cursor-pointer text-tertiary hover:text-yellow" tabindex="0" (click)="resetValue()">
{{resetLabelText}}
</span>
Expand Down

0 comments on commit f3786e2

Please sign in to comment.