nicolas2k / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
1 stars 0 forks source link

Built in CSS classes that work with auto-overflow class #400

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a block with class "auto-overflow" to create multi-line text that 
ends with ellipsis.
2. Need to also add a style for -webkit-line-clamp

What is the expected output? What do you see instead?
Expected that there would be classes to assist with this for various font sizes 
or other configurations, or a default for the default font size, in the same 
way there are classes to assist with photo mosaics.

Actual is that we need to set this ourselves based on experimentation with the 
font sizes.

What version of the product are you using? On what operating system?
XE12

Please provide any additional information below.

See 
http://stackoverflow.com/questions/21637353/how-can-i-add-an-ellipsis-to-a-glass
-auto-paginate-card

Original issue reported on code.google.com by Prison4...@gmail.com on 7 Feb 2014 at 9:05