From 70106f979e878985145d637774db19a2d3b8d772 Mon Sep 17 00:00:00 2001 From: Phu Thong Pham Date: Tue, 5 Oct 2021 10:11:25 -0400 Subject: [PATCH] Fix text overflows button on Home page --- res/css/structures/_HomePage.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/structures/_HomePage.scss b/res/css/structures/_HomePage.scss index 9f72213d1a9..b530d994c61 100644 --- a/res/css/structures/_HomePage.scss +++ b/res/css/structures/_HomePage.scss @@ -56,6 +56,7 @@ limitations under the License. } .mx_HomePage_default_buttons { + display: flex; margin: 60px auto 0; width: fit-content; @@ -63,7 +64,7 @@ limitations under the License. padding: 73px 8px 15px; // top: 20px top padding + 40px icon + 13px margin width: 160px; - height: 132px; + min-height: 132px; margin: 20px; position: relative; display: inline-block;