MDL-42711 theme bootstrapbase chat.less :Override max-width for chat user picture on chrome and safari

This commit is contained in:
Barbara Ramiro 2013-11-13 13:15:50 +08:00 committed by Aparup Banerjee
parent 462f3dc768
commit c3349e7576
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@
margin-right: 8px;
border: 1px solid #ccc;
border-radius: 4px;
max-width: none;
}
}
}

View File

@ -12942,6 +12942,7 @@ div#dock {
margin-right: 8px;
border: 1px solid #ccc;
border-radius: 4px;
max-width: none;
}
#chat-messages {
margin: 20px 25px;