0👍
This issue can be fix with css to force break lines
.q-item__section { white-space: break-spaces; }
or otherwise to keep one line
.q-item__section { white-space: nowrap; }
Source:stackexchange.com
0👍
This issue can be fix with css to force break lines
.q-item__section { white-space: break-spaces; }
or otherwise to keep one line
.q-item__section { white-space: nowrap; }