This is an automated email from the ASF dual-hosted git repository. leonardcs pushed a commit to branch feature/homepage in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
commit 138c02109c268eb143f09eca986af361b7c0c600 Author: Leonard <[email protected]> AuthorDate: Tue Jul 4 15:51:40 2023 +0200 Add nowrap to icon titles --- src/components/titles/IconTitle/style.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/titles/IconTitle/style.module.css b/src/components/titles/IconTitle/style.module.css index 766aeec..ce2bc71 100644 --- a/src/components/titles/IconTitle/style.module.css +++ b/src/components/titles/IconTitle/style.module.css @@ -5,3 +5,8 @@ gap: 1.5rem; margin-bottom: 0.75rem; } + +.title-container h2, +.title-container h3 { + white-space: nowrap; +}
