/ Published in: CSS
                    
                                        
Truncate the multiline text. Webkit Property.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
.Ellipsis {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 12; /* number of lines to show */
-webkit-box-orient: vertical;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                