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:
@@ -78,9 +78,7 @@
|
||||
font-size: $font-0;
|
||||
color: $primary;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@include ellipsis;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -71,9 +71,7 @@
|
||||
text-align: left;
|
||||
flex: 0 1 auto;
|
||||
padding: 1px 0;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
@include ellipsis;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user