lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
882 stars 62 forks source link

make link_text in hero component mobile friendly #350

Closed amrutadotorg closed 1 month ago

amrutadotorg commented 1 month ago

Hi, is it possible to make link_text mobile friendly? With long text it does not fit. Thank you.

Screenshot 2024-05-30 at 00 59 26

SELECT 'hero' as component,
    'Nirmala Vidya' as title,
    'Build **Your Self Knowledge** Effortlessly with **Lectures of Shri Mataji Nirmala Devi**' as description_md,
    'Kundalini Rise Animation with music_EN.webm' as video,
    'https://www.amruta.org/self-realisation/' as link,
    'New to Sahaja Yoga? Then first get your Self Realisation here.' as link_text;
lovasoa commented 1 month ago

Yes, you can add the text-wrap class to the button. Can you open a new pull request?