mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-23 21:43:46 +01:00
Start again
This commit is contained in:
8
vendors/bootstrap/less/mixins/text-overflow.less
vendored
Normal file
8
vendors/bootstrap/less/mixins/text-overflow.less
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// Text overflow
|
||||
// Requires inline-block or block for proper styling
|
||||
|
||||
.text-overflow() {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user