summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasnaya Ploshchad’ <shanshandehongxing@outlook.com>2021-03-24 00:57:55 +0300
committerGitHub <noreply@github.com>2021-03-24 00:57:55 +0300
commitc3c86d0fefe5eb60203a735de018b52573cbc5de (patch)
treeb0d6e98d1a4d4b441c9941bee090801e034fbdfb
parent9890b2508d4e9e44cae991645461f2c7bdffeddc (diff)
downloadinter-web-display.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.css1
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: "♥";