Skip to content

Commit

Permalink
fix(config-template-modal): header text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Jan 9, 2025
1 parent 3d925c2 commit e6e3011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/views/site/ngx_conf/LocationEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ function duplicate(index: number) {
}
:deep(.ant-collapse-header-text) {
overflow: hidden;
width: 95%;
}
</style>

0 comments on commit e6e3011

Please sign in to comment.