parent
476eb54db1
commit
a95b6165f4
3 changed files with 10 additions and 2 deletions
|
@ -4,7 +4,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation-title {
|
.conversation-title {
|
||||||
|
display: block;
|
||||||
line-height: $header-height;
|
line-height: $header-height;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
|
|
|
@ -431,7 +431,11 @@ input.search {
|
||||||
.conversation .file-input .close {
|
.conversation .file-input .close {
|
||||||
top: -10px; }
|
top: -10px; }
|
||||||
.conversation .conversation-title {
|
.conversation .conversation-title {
|
||||||
line-height: 36px; }
|
display: block;
|
||||||
|
line-height: 36px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis; }
|
||||||
.conversation #header {
|
.conversation #header {
|
||||||
position: inherit; }
|
position: inherit; }
|
||||||
.conversation .discussion-container {
|
.conversation .discussion-container {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue