From 18ef5a79489c72a0ab921008d4fbd260a0a93cd0 Mon Sep 17 00:00:00 2001 From: "jason.wall" Date: Wed, 22 Dec 2021 14:22:02 -0500 Subject: [PATCH] right align the form buttons --- src/src/styles/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/src/styles/app.scss b/src/src/styles/app.scss index ac6f5de9..3036e6fb 100644 --- a/src/src/styles/app.scss +++ b/src/src/styles/app.scss @@ -197,6 +197,7 @@ p { .mat-dialog-actions { margin-bottom: 0px; + justify-content: end; } @media screen and (max-width: 500px) {