diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss index 64d16f7c2..3b64fdcb5 100644 --- a/ui/src/styles/element-plus.scss +++ b/ui/src/styles/element-plus.scss @@ -418,3 +418,7 @@ .el-checkbox__input.is-checked + .el-checkbox__label { color: var(--el-checkbox-text-color); } + +.el-popper { + max-width: 500px !important; +} \ No newline at end of file