Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2901

phpBB Discussion • Re: Another font size bug (no minimum size)

$
0
0
Hello,

Code:

font-size: 70% !important;
Bearing in mind that BBCode can be nested and that the font size is a percentage, it's always possible to hide the text if you're ‘mischievous’ enough. :mrgreen:

Code:

[size=50][size=50][size=50][size=50][size=50][size=50][size=50][size=50][size=50][size=50]Lorem ipsum[/size][/size][/size][/size][/size][/size][/size][/size][/size][/size]
I suggest a slight modification to your code to impose a minimum fixed size of 8px (or whatever you want) instead of 70%.

Code:

font-size: clamp(8px, 70%, 70%) !important;

Statistics: Posted by cabot — Fri Apr 04, 2025 8:49 am



Viewing all articles
Browse latest Browse all 2901

Trending Articles