mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-42711 theme bootstrapbase chat.less :Override max-width for chat user picture on chrome and safari
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user