diff options
author | Krasnaya Ploshchad’ <shanshandehongxing@outlook.com> | 2021-03-24 00:57:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 00:57:55 +0300 |
commit | c3c86d0fefe5eb60203a735de018b52573cbc5de (patch) | |
tree | b0d6e98d1a4d4b441c9941bee090801e034fbdfb | |
parent | 9890b2508d4e9e44cae991645461f2c7bdffeddc (diff) | |
download | inter-c3c86d0fefe5eb60203a735de018b52573cbc5de.tar.xz |
web: Fix the Sponsor button (#353)web-display
Fix the visual appearence of this button by preventing text reflow
-rw-r--r-- | docs/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
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: "♥"; |