mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Adding a text-overflow: ellipsis; mixin and related cleanup
This commit is contained in:
@ -198,9 +198,7 @@
|
||||
border: 0;
|
||||
outline: none;
|
||||
flex: 1;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@include ellipsis;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user