mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 05:07:23 +08:00
feat(gui): Optimize the data table column header style to prevent line breaks (#1497)
This commit is contained in:
@@ -466,4 +466,8 @@ function showEventLogs() {
|
||||
.p-timeline :deep(.p-timeline-event-opposite) {
|
||||
@apply flex-none;
|
||||
}
|
||||
|
||||
:deep(.p-datatable .p-datatable-column-title) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user