♻️ [bootstrap] Reubica archivos estáticos
This commit is contained in:
parent
7d1b365b1c
commit
0a6d343db8
106 changed files with 30 additions and 31 deletions
8
packages/pagetop-bootsier/static/scss/mixins/_text-truncate.scss
vendored
Normal file
8
packages/pagetop-bootsier/static/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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue