mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-64267 core_message: Removed pb-2 from message-container
The padding at the bottom broke layout in clean theme since it caused an overflow, which resulted in a second scrollbar on the message-drawer.
This commit is contained in:
parent
28c007b2e7
commit
6d2b7d5028
@ -43,11 +43,7 @@
|
||||
style="overflow-y: auto; overflow-x: hidden"
|
||||
>
|
||||
<div class="position-relative h-100" data-region="content-container" style="overflow-y: auto; overflow-x: hidden">
|
||||
<div class="content-message-container hidden h-100 px-2 pb-2 pt-0" data-region="content-message-container" role="log" style="overflow-y: auto; overflow-x: hidden">
|
||||
<div class="p-3 text-center hidden" data-region="self-conversation-message-container">
|
||||
<p class="m-0">{{#str}} selfconversation, core_message {{/str}}</p>
|
||||
<p class="font-italic font-weight-light" data-region="text">{{#str}} selfconversationdefaultmessage, core_message {{/str}}</p>
|
||||
</div>
|
||||
<div class="content-message-container hidden h-100 px-2 pt-0" data-region="content-message-container" role="log" style="overflow-y: auto; overflow-x: hidden">
|
||||
<div class="p-3 text-center hidden" data-region="contact-request-sent-message-container">
|
||||
<p class="m-0">{{#str}} contactrequestsent, core_message {{/str}}</p>
|
||||
<p class="font-italic font-weight-light" data-region="text"></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user