Browse Source

Fixed voice message width

master
Igor Zhukov 10 years ago
parent
commit
7c6fae062b
  1. 2
      app/css/app.css

2
app/css/app.css

@ -1569,7 +1569,7 @@ img.im_message_document_thumb { @@ -1569,7 +1569,7 @@ img.im_message_document_thumb {
.audio_player_title {
display: inline-block;
font-weight: bold;
max-width: 85px;
max-width: 100px;
overflow: hidden;
vertical-align: text-top;
white-space: nowrap;

Loading…
Cancel
Save