fix: header title overflow issue
This commit is contained in:
parent
63a29b8536
commit
a931db76ce
1 changed files with 12 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue