Browse Source

Fixed padding of typing hint.

pull/48/head
Simon Eisenmann 11 years ago
parent
commit
d9212307e9
  1. 2
      src/styles/components/_chat.scss

2
src/styles/components/_chat.scss

@ -439,7 +439,7 @@ @@ -439,7 +439,7 @@
}
}
.typinghint {
padding: 2px 6px 0 6px;
padding: 0 6px 0 6px;
white-space: nowrap;
overflow: hidden;
font-size:.8em;

Loading…
Cancel
Save