Client: PublicRoom: fix password information text overflow

This commit is contained in:
Alexey Safronov 2024-07-25 15:59:17 +04:00
parent 61a1651592
commit 2aad778872

View File

@ -70,6 +70,7 @@ export const StyledPage = styled.div`
.public-room-text {
margin: 8px 0;
white-space: wrap;
}
.public-room-name {
@ -83,12 +84,6 @@ export const StyledPage = styled.div`
min-width: 32px;
min-height: 32px;
}
.public-room-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
`;