summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMAX SHESTOV <57421753+maxxsh@users.noreply.github.com>2023-10-30 13:55:49 -0400
committerGitHub <noreply@github.com>2023-10-30 17:55:49 +0000
commit23ae1eaf311c0e6dab21f6b4ee050d207c5edc2e (patch)
tree67629278073d66e97eb9c0b50c1ed81a6dd9aef9
parentd7d8eaff9088672903bf7dfb6fdd4c15cfb6733e (diff)
mobile line-brake fixed (#5604)
In the mobile view (media max 400px ), the text line "Installation >>" appears broken into smaller segments. Co-authored-by: James Maslek <jmaslek11@gmail.com>
-rw-r--r--website/src/css/custom.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index 684d01fb9e9..9b1a818b61d 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -114,6 +114,7 @@
0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
+ white-space: nowrap;
}
[data-theme="dark"] .pagination-nav__link {