Browse Source

Fixed padding of typing hint.

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

2
src/styles/components/_chat.scss

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

Loading…
Cancel
Save