From 4cfdad8aa2158262882a158201c772acd046712a Mon Sep 17 00:00:00 2001 From: Germain Souquet Date: Tue, 29 Jun 2021 11:59:13 +0100 Subject: [PATCH] Add spacing between toast buttons with cross browser support in mind --- res/css/structures/_ToastContainer.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/css/structures/_ToastContainer.scss b/res/css/structures/_ToastContainer.scss index 35d6087a1b..d248568740 100644 --- a/res/css/structures/_ToastContainer.scss +++ b/res/css/structures/_ToastContainer.scss @@ -134,12 +134,15 @@ limitations under the License. .mx_Toast_buttons { float: right; display: flex; - gap: 5px; .mx_AccessibleButton { min-width: 96px; box-sizing: border-box; } + + .mx_AccessibleButton + .mx_AccessibleButton { + margin-left: 5px; + } } .mx_Toast_description {