No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. font-size
    Log in to post
    • T

      How to control text size in a responsive way
      Framework • font-size responsive • • tobiasBora

      6
      0
      Votes
      6
      Posts
      4805
      Views

      qyloxe

      @tobiasBora said in How to control text size in a responsive way:

      @qyloxe Sure, I just wanted to avoid to add a compilation step for simplicity

      šŸ™‚ I’m afraid it is almost impossible to avoid novadays (compile/webpack/bundle/preprocess/and many more possible steps). If it is unavoidable, than we just need to accept it, and use some kind of
      intermediate step before deployment and after development and just live with that. The git shared repositories (submodules) are ok for that. I can just use some compilation step for shared modules in UMD projects and put them in separate repository, and use that specific shared repository with compiled code in simple UMD projects.

    • J

      Changing size of text within q-input
      Help • font-size q-input • • jeffc

      5
      0
      Votes
      5
      Posts
      6345
      Views

      benoitranque

      Add the following in your styles

      .zip-input input { height: 50px; }