diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index 0d50c00d6..226e3a84b 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -652,13 +652,6 @@ padding: 0 5px; display: inline-block; white-space: nowrap; - &.cp-app-drive-element-state { - .fa, .cptools { - &:not(:last-child) { - margin-right: 2px; - } - } - } &:first-child, &.cp-icon { min-width: 20px; text-align: center; @@ -676,6 +669,13 @@ &.cp-app-drive-element-state { min-width: 40px; text-align: right; + display: flex; + align-items: center; + .fa, .cptools { + &:not(:last-child) { + margin-right: 2px; + } + } } &.cp-app-drive-element-list { width: 110px;