From 192c7d5c64374ca09fbe46ac5568e8361386b87e Mon Sep 17 00:00:00 2001 From: Timothy Lai Date: Mon, 21 Jun 2021 10:12:19 -0700 Subject: [PATCH] fix(try-it-out): button and inner text spacing --- src/style/_layout.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index d8385d06350..9e9501d626f 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -14,7 +14,13 @@ } .try-out.btn-group { - padding: 0; + padding: 0; + display: flex; + flex: 0.1 2 auto; +} + +.try-out__btn { + margin-left: 1.25rem; } .opblock-tag