mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Adding a text-overflow: ellipsis; mixin and related cleanup
This commit is contained in:
@@ -47,9 +47,7 @@ $meta-element-margin: 6px;
|
||||
|
||||
.filename {
|
||||
margin: $meta-element-margin;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
.d-icon {
|
||||
|
Reference in New Issue
Block a user