|
@@ -7,12 +7,21 @@
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
padding: 0 var(--spacing-lg, 24px);
|
|
padding: 0 var(--spacing-lg, 24px);
|
|
|
}
|
|
}
|
|
|
|
|
+.title {
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ flex: 1;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.title h1 {
|
|
.title h1 {
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
font-size: var(--font-size-lg, 16px);
|
|
font-size: var(--font-size-lg, 16px);
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
color: var(--text-primary, #333333);
|
|
color: var(--text-primary, #333333);
|
|
|
- margin: 0;
|
|
|
|
|
|
|
+ margin: 0 20px 0 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.filters {
|
|
.filters {
|