PHP Classes

File: public/vendors/bootstrap/scss/mixins/_text-truncate.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   public/vendors/bootstrap/scss/mixins/_text-truncate.scss   Download  
File: public/vendors/bootstrap/scss/mixins/_text-truncate.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Devs Hunt
Manage courses and student enrolment
Author: By
Last change:
Date: 1 month ago
Size: 168 bytes
 

Contents

Class file image Download
// Text truncate // Requires inline-block or block for proper styling @mixin text-truncate() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }