KristofferStrube / Blazor.FileSystemAccess

A Blazor wrapper for the File System Access browser API.
https://kristofferstrube.github.io/Blazor.FileSystemAccess/
MIT License
327 stars 39 forks source link

Top Text maxWidth fill not working #2

Open KristofferStrube opened 2 years ago

KristofferStrube commented 2 years ago

This is not a problem with the core library itself but with the demo of the MemeGenerator.

The top text has a max width for the fill that should make the text less wide if the text is too long so that the whole sentence is displayed. This works for the bottom text but not the top text. image

Solving the problem is not really high priority but it is still interesting and should be fixed at some point.