#11497 Fix message height

This commit is contained in:
miguel angel rasteu 2023-06-08 08:48:13 +02:00
parent 8971aec8cb
commit d0c1867e56
1 changed files with 4 additions and 0 deletions

View File

@ -11856,6 +11856,10 @@ div.relative > div > div#ui-datepicker-div {
width: 400px; width: 400px;
} }
#message_dialog_connection {
height: auto !important;
}
#module_relations > thead > tr { #module_relations > thead > tr {
border: none !important; border: none !important;
border-bottom: 1px solid #e2e2e2 !important; border-bottom: 1px solid #e2e2e2 !important;