Fix Text Wrapping on Navbars on /about
and /contribute
pages
#705
Labels
bug
Something isn't working
/about
and /contribute
pages
#705
Describe the bug
Some single words, such as
INTRODUCTION
andVOLUNTEER
in the /about and /contribute pages, exhibit text wrapping. This is especially prevalent on mobile devices, causing the bug to also affect other words, such asRENEWING
.To Reproduce
Steps to reproduce the behavior: Open webpage in browser. Bug observed on 1536x864px builtin laptop display, but can be replicated on any of the mobile devices in the following list while in portrait mode:
Expected behavior
No text wrapping on single words (Flexbox should be larger than largest word included or text wrapping should be disabled)
Screenshots
Additional context
Can likely be resolved by removing the
"overflow-wrap: anywhere"
style from thecss
of the flexbox container.The text was updated successfully, but these errors were encountered: