fixed InfoPanel/History message overflow styling

This commit is contained in:
namushka 2024-05-28 01:36:21 +03:00
parent ba7e1cb53c
commit c0c24544f7
No known key found for this signature in database

View File

@ -154,7 +154,16 @@ const StyledHistoryBlockMessage = styled.div`
.main-message {
width: max-content;
max-width: 100%;
min-width: max-content;
strong {
max-width: 100%;
display: inline-block;
vertical-align: top;
font-weight: 600;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
strong {