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