Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make q-input components smaller in quasar?

The q-input components are fairly large in size with a fair amount of padding and a decently large font. I don't see anything in the documentation to make them smaller. I'm specifically looking to decrease the height of these components, but any strategy to be able to change the size would be suitable.

like image 566
Kyle Somers Avatar asked Aug 11 '20 21:08

Kyle Somers


1 Answers

You can use dense mode to make all quasar components use less space (this also makes components smaller). For a example with q-input look at this anchor at the quasar documentation.

like image 183
Marco Avatar answered Sep 18 '22 10:09

Marco