MDL-42711 theme bootstrapbase chat.less :Override max-width for chat user picture on chrome and safari
This commit is contained in:
committed by
Aparup Banerjee
parent
462f3dc768
commit
c3349e7576
@@ -49,6 +49,7 @@
|
||||
margin-right: 8px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12942,6 +12942,7 @@ div#dock {
|
||||
margin-right: 8px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
max-width: none;
|
||||
}
|
||||
#chat-messages {
|
||||
margin: 20px 25px;
|
||||
|
||||
Reference in New Issue
Block a user