Add bottom margin to in-chat tables

This commit is contained in:
Cohee 2024-04-28 18:39:57 +03:00
parent d51b155e52
commit a0d975c3c0
1 changed files with 2 additions and 1 deletions

View File

@ -259,6 +259,7 @@ table.responsiveTable {
.mes_text table { .mes_text table {
border-spacing: 0; border-spacing: 0;
border-collapse: collapse; border-collapse: collapse;
margin-bottom: 10px;
} }
.mes_text td, .mes_text td,
@ -4030,4 +4031,4 @@ body:not(.movingUI) .drawer-content.maximized {
height: 100vh; height: 100vh;
z-index: 9999; z-index: 9999;
} }
} }