From 656e6d4f6a8a0678b30f5058710c9b6e907c9abd Mon Sep 17 00:00:00 2001 From: kialam Date: Mon, 17 Dec 2018 12:39:41 -0500 Subject: [PATCH] Add back missing style. --- src/app.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app.scss b/src/app.scss index 5f79cc5505..2d3943a597 100644 --- a/src/app.scss +++ b/src/app.scss @@ -118,3 +118,13 @@ --pf-c-about-modal-box--MaxHeight: 40rem; --pf-c-about-modal-box--MaxWidth: 63rem; } + + +// +// layout styles +// +.at-align-right { + display: flex; + flex-direction: row; + justify-content: flex-end; +} \ No newline at end of file