Quasar: Quirck in Ellipsis class breaks layout

Created on 4 Jun 2019  路  2Comments  路  Source: quasarframework/quasar

When _ellipsis_ class exists, the layout breaks. The following pen demonstrates the issue:
https://codepen.io/tomers-the-encoder/pen/byZWbm?&editable=true&editors=111

Most helpful comment

You have to give the div a max width in order for ellipses to work. In your case just add a full-width class on the parent .col: https://codepen.io/anon/pen/dErzRG?editors=1010

All 2 comments

You have to give the div a max width in order for ellipses to work. In your case just add a full-width class on the parent .col: https://codepen.io/anon/pen/dErzRG?editors=1010

Thanks!

Was this page helpful?
0 / 5 - 0 ratings