#7404 - Rollback Style to compress spaces #820

Merged
jsegarra merged 2 commits from revert_css_styles into dev 2024-10-10 12:29:41 +00:00
3 changed files with 10 additions and 0 deletions
Showing only changes of commit 2ff99d3faa - Show all commits

View File

@ -0,0 +1,4 @@
import { QInput } from 'quasar';
import setDefault from './setDefault';
setDefault(QInput, 'dense', true);

View File

@ -0,0 +1,4 @@
import { QSelect } from 'quasar';
import setDefault from './setDefault';
setDefault(QSelect, 'dense', true);

View File

@ -1 +1,3 @@
export * from './defaults/qTable';
export * from './defaults/qInput';
export * from './defaults/qSelect';