Don't let contact details wrap in skinny windows

pull/749/head
lilia 11 years ago
parent 80ce2d95e0
commit eacca80a7d

@ -75,6 +75,8 @@ input.new-message {
background: white; background: white;
cursor: pointer; cursor: pointer;
transition: background 0.2s; transition: background 0.2s;
white-space: nowrap;
overflow: hidden;
&::after { &::after {
content: ''; content: '';

@ -59,7 +59,9 @@ input.new-message {
padding: 12px; padding: 12px;
background: white; background: white;
cursor: pointer; cursor: pointer;
transition: background 0.2s; } transition: background 0.2s;
white-space: nowrap;
overflow: hidden; }
.index .contact::after { .index .contact::after {
content: ''; content: '';
position: absolute; position: absolute;

Loading…
Cancel
Save