Don't let contact details wrap in skinny windows
This commit is contained in:
parent
80ce2d95e0
commit
eacca80a7d
2 changed files with 5 additions and 1 deletions
|
@ -75,6 +75,8 @@ input.new-message {
|
|||
background: white;
|
||||
cursor: pointer;
|
||||
transition: background 0.2s;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
|
|
|
@ -59,7 +59,9 @@ input.new-message {
|
|||
padding: 12px;
|
||||
background: white;
|
||||
cursor: pointer;
|
||||
transition: background 0.2s; }
|
||||
transition: background 0.2s;
|
||||
white-space: nowrap;
|
||||
overflow: hidden; }
|
||||
.index .contact::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue