Try this:
.q-data-table td, .q-data-table th {
/* don't shorten cell contents */
white-space: normal !important;
}
Try this:
.q-data-table td, .q-data-table th {
/* don't shorten cell contents */
white-space: normal !important;
}
@smakinson said in Webpack alias in quasar.conf.js .15+:
I’m using webstorm and I am able to just ignore it not finding quasar ( and now its not really imported much I suppose ), but I am adding a couple alias to quasar.conf.js and I am looking for what I can point Preferences->Languages & Frameworks->JavaScript->Webpack at so it picks the alias up since I will actually be importing those.
I also would be grateful to find a working setting for that, since Webstorm / Intellij does not seem to work with quasar.conf.js
Try this:
.q-data-table td, .q-data-table th {
/* don't shorten cell contents */
white-space: normal !important;
}