Web:Common:Fixed showing a long room name when the name of the current folder is not visible in advanced navigation.

This commit is contained in:
Vlada Gazizova 2023-06-05 17:31:49 +03:00
parent 83a66f7169
commit 7265e67240
3 changed files with 5 additions and 3 deletions

View File

@ -42,7 +42,8 @@ const StyledContainer = styled.div`
}
.title-container {
display: flex;
display: grid;
grid-template-columns: minmax(1px, max-content) auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

View File

@ -45,7 +45,8 @@ const StyledBox = styled.div`
border-radius: 0px 0px 6px 6px;
.title-container {
display: flex;
display: grid;
grid-template-columns: minmax(1px, max-content) auto;
}
@media ${tablet} {

View File

@ -76,7 +76,7 @@ const StyledExpanderDownIcon = styled(ExpanderDownIcon)`
const StyledArrowIcon = styled(ArrowIcon)`
height: 12px;
width: 12px;
min-width: 12px;
padding-left: 6px;
path {