Skip to content

Commit 1605953

Browse files
authored
ENGCOM-3653: Fixed issue 19642- Catalog product action multi select search label icon alignment issue #19643
2 parents e640a18 + e80d5d2 commit 1605953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/design/adminhtml/Magento/backend/web/css/source/actions/_actions-multiselect.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
.admin__action-multiselect-search-label {
180180
display: block;
181181
font-size: 1.5rem;
182-
height: 1em;
182+
height: 1.3em;
183183
overflow: hidden;
184184
position: absolute;
185185
right: 2.2rem;
@@ -199,8 +199,8 @@
199199

200200
.admin__action-multiselect-empty-area {
201201
color: @color-gray65-almost;
202-
padding-top: 20px;
203202
padding-bottom: 20px;
203+
padding-top: 20px;
204204
text-align: center;
205205
vertical-align: middle;
206206
}

0 commit comments

Comments
 (0)