mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-20 20:20:28 -05:00
migrated to ASP.Net Core
This commit is contained in:
8
Webfront/bower_components/bootstrap/scss/mixins/_text-truncate.scss
vendored
Normal file
8
Webfront/bower_components/bootstrap/scss/mixins/_text-truncate.scss
vendored
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