mirror of
https://github.com/flarum/core.git
synced 2025-08-02 22:47:33 +02:00
Clean up LESS files
This commit is contained in:
8
less/lib/bootstrap/mixins/text-overflow.less
Executable file
8
less/lib/bootstrap/mixins/text-overflow.less
Executable 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