FIX: makes sure we add ellipsis to action-title

This commit is contained in:
Joffrey JAFFEUX 2018-02-12 16:27:24 +01:00 committed by GitHub
parent 19b4116416
commit 3d5c4580bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -96,7 +96,7 @@
color: $primary-high;
}
.reply-details {
max-width: calc(100% - 175px);
max-width: calc(100% - 60px);
flex: 1 1 auto;
white-space: nowrap;
}
@ -110,10 +110,13 @@
width: 20px;
}
.topic-link, .user-link, .post-link {
.action-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.topic-link, .user-link, .post-link {
margin-right: 5px;
}