From feb782270b3eb357d1e652262aec9272f9ed61a6 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 15 Dec 2019 21:46:55 +0530 Subject: [PATCH] :art: Toast button now align to end --- assets/css/styles.scss | 6 +++++- components/ace-editor.vue | 2 +- pages/index.vue | 5 +---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 3285d6874..cc02e327a 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -803,7 +803,7 @@ input[type="radio"]:checked + label + .tab { } .toasted-container .toasted { - justify-content: start !important; + justify-content: flex-start !important; } .toasted.info { @@ -816,6 +816,10 @@ input[type="radio"]:checked + label + .tab { color: inherit !important; } +.toasted .action { + margin-left: auto !important; +} + .page-columns { display: flex; flex: 1; diff --git a/components/ace-editor.vue b/components/ace-editor.vue index 5da155019..3f2745147 100644 --- a/components/ace-editor.vue +++ b/components/ace-editor.vue @@ -3,7 +3,7 @@