How To: Shrink header bar hover text to level that fits “most” single words.
Step 1 - Locate the file “/nextcloud/core/templates/layout.user.php”
Step 2 - You are going to change the file in 2 places:
- Change line 65 from: <span> to <span style="font-size: .700em ! important;">
- Do the same for line 75 (for the word "More ...") Change <span> to <span style="font-size: .700em ! important;"><?php p($l->t('More')); ?></span>
Step 3 - Save it. Clear browser cache.