diff --git a/resources/assets/sass/pages/components/general-operation.scss b/resources/assets/sass/pages/components/general-operation.scss index c9c7219f4..dee633866 100644 --- a/resources/assets/sass/pages/components/general-operation.scss +++ b/resources/assets/sass/pages/components/general-operation.scss @@ -61,12 +61,18 @@ text-overflow: ellipsis; white-space: nowrap; - .item-prefix, - .item-label { + .item-prefix { display: flex; align-items: center; } + .item-label { + max-width: 220px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + > i { flex-shrink: 0; width: 18px;