diff --git a/wp-admin/css/common-rtl.css b/wp-admin/css/common-rtl.css
index 22f8873..98ff544 100644
|
a
|
b
|
th.action-links { |
| 1188 | 1188 | |
| 1189 | 1189 | .filter-drawer .filter-group-feature input, |
| 1190 | 1190 | .filter-drawer .filter-group-feature label { |
| 1191 | | display: inline-block; |
| 1192 | 1191 | margin: 7px 0 7px 4px; |
| 1193 | 1192 | line-height: 16px; |
| 1194 | 1193 | } |
diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
index ce944cb..390be0b 100644
|
a
|
b
|
th.action-links { |
| 1188 | 1188 | |
| 1189 | 1189 | .filter-drawer .filter-group-feature input, |
| 1190 | 1190 | .filter-drawer .filter-group-feature label { |
| 1191 | | display: inline-block; |
| 1192 | 1191 | margin: 7px 4px 7px 0; |
| 1193 | 1192 | line-height: 16px; |
| 1194 | 1193 | } |