Don't let contact details wrap in skinny windows

This commit is contained in:
lilia 2015-01-25 22:13:42 -10:00
parent 80ce2d95e0
commit eacca80a7d
2 changed files with 5 additions and 1 deletions

View file

@ -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: '';

View file

@ -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;