diff --git a/war/src/main/less/base/style.less b/war/src/main/less/base/style.less index 8df5762a4220..6f9c2dc3b9df 100644 --- a/war/src/main/less/base/style.less +++ b/war/src/main/less/base/style.less @@ -527,9 +527,9 @@ label.attach-previous { min-height: 16px; line-height: 16px; background-image: url("../../images/svgs/error.svg"); - background-position: left center; + background-position: left top; background-repeat: no-repeat; - background-size: contain; + background-size: 16px 16px; } .error-inline { @@ -544,9 +544,9 @@ label.attach-previous { min-height: 16px; line-height: 16px; background-image: url("../../images/svgs/warning.svg"); - background-position: left center; + background-position: left top; background-repeat: no-repeat; - background-size: contain; + background-size: 16px 16px; } .warning-inline {