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;
|
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…
Reference in a new issue