admin theme manager
This commit is contained in:
8
resources/custom/scss/bootstrap/mixins/_text-truncate.scss
Executable file
8
resources/custom/scss/bootstrap/mixins/_text-truncate.scss
Executable 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