UI: Fixed show emil notification preview in big content

This commit is contained in:
Vladyslav_Prykhodko 2023-04-10 16:51:23 +03:00
parent 27ae2fb119
commit 9ea27302db

View File

@ -130,6 +130,8 @@
border-radius: 4px; border-radius: 4px;
background: #fff; background: #fff;
padding: 12px 16px; padding: 12px 16px;
display: inline-grid;
width: 100%;
.subject { .subject {
padding-bottom: 12px; padding-bottom: 12px;
@ -142,6 +144,7 @@
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
overflow-x: auto;
} }
} }
} }