fix: header title overflow issue

This commit is contained in:
sokumon 2025-11-20 02:52:40 +05:30
parent 63a29b8536
commit a931db76ce

View file

@ -5,7 +5,7 @@
padding: 8px;
height: 48px;
button {
margin-left: 12px;
margin-left: 8px;
@include truncate();
}
}
@ -32,12 +32,23 @@
.title-container {
flex: 1 1 0%;
margin-left: 8px;
display: flex;
flex-direction: column;
text-align: left;
@include truncate();
}
.header-title {
font-weight: 500;
line-height: 1;
@include truncate();
overflow: unset;
}
.header-subtitle {
color: var(--ink-gray-6);
font-size: var(--text-sm);
line-height: 1;
margin-top: 4px;
}
.sidebar-header-menu {
@ -83,8 +94,3 @@
overflow: hidden;
}
}
.header-subtitle {
color: var(--ink-gray-6);
font-size: var(--text-sm);
}