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;
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…
Cancel
Save