优化侧栏待开发标签显示
This commit is contained in:
@@ -294,7 +294,14 @@ h3 {
|
||||
}
|
||||
|
||||
.side-nav-label {
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
gap: var(--space-1);
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.side-nav-label-text {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -314,6 +321,10 @@ h3 {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.side-nav-pending-badge {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.ui-tabs__tab {
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user