mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-17 02:31:16 -05:00
migrated to ASP.Net Core
This commit is contained in:
8
Webfront/Content/bootstrap/mixins/_text-truncate.scss
Normal file
8
Webfront/Content/bootstrap/mixins/_text-truncate.scss
Normal file
@ -0,0 +1,8 @@
|
||||
// Text truncate
|
||||
// Requires inline-block or block for proper styling
|
||||
|
||||
@mixin text-truncate() {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
Reference in New Issue
Block a user