From c3c86d0fefe5eb60203a735de018b52573cbc5de Mon Sep 17 00:00:00 2001 From: Krasnaya Ploshchad’ Date: Wed, 24 Mar 2021 05:57:55 +0800 Subject: web: Fix the Sponsor button (#353) Fix the visual appearence of this button by preventing text reflow --- docs/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.css b/docs/index.css index c38fa49d5..0af771552 100644 --- a/docs/index.css +++ b/docs/index.css @@ -286,6 +286,7 @@ boxes.features grid .sample em { #sponsor-button span { display: flex; align-items: center; + white-space: nowrap; } #sponsor-button span::before { content: "♥"; -- cgit v1.2.3