Skip to content

Commit b3e018c

Browse files
committed
Fix: Add margin to .wp-filter .search-form to prevent wrapping (Trac #64143)
1 parent 8dd04fb commit b3e018c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/wp-admin/css/common.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,7 @@ th.action-links {
10951095
display: flex;
10961096
align-items: center;
10971097
column-gap: .5rem;
1098+
margin: 10px;
10981099
}
10991100

11001101
.wp-filter .search-form input[type="search"] {
@@ -1346,12 +1347,6 @@ th.action-links {
13461347
float: none;
13471348
}
13481349

1349-
@media only screen and (max-width: 1138px) {
1350-
.wp-filter .search-form {
1351-
margin: 11px 0;
1352-
}
1353-
}
1354-
13551350
@media only screen and (max-width: 1120px) {
13561351
.filter-drawer {
13571352
border-bottom: 1px solid #f0f0f1;
@@ -1381,7 +1376,6 @@ th.action-links {
13811376
max-width: 100%;
13821377
}
13831378
.wp-filter .search-form {
1384-
margin: 11px 0;
13851379
flex-wrap: wrap;
13861380
row-gap: 10px;
13871381
}

0 commit comments

Comments
 (0)