Add responsiveness for footer. Update gulpjs, package.json and bootstrap sass
This commit is contained in:
7
static/assets/bootstrap/sass/mixins/_text-truncate.sass
Normal file
7
static/assets/bootstrap/sass/mixins/_text-truncate.sass
Normal file
@@ -0,0 +1,7 @@
|
||||
// Text truncate
|
||||
// Requires inline-block or block for proper styling
|
||||
|
||||
=text-truncate
|
||||
overflow: hidden
|
||||
text-overflow: ellipsis
|
||||
white-space: nowrap
|
Reference in New Issue
Block a user