Move compatibility text 25px to the left instead of right

This commit is contained in:
Marcus Quinn
2025-03-25 00:52:00 +00:00
parent f7b8629926
commit 90f6969e1b
2 changed files with 4 additions and 2 deletions

View File

@ -1130,7 +1130,8 @@ body.wp-admin .button.pricing-button:hover,
/* Increase right padding for compatibility text */ /* Increase right padding for compatibility text */
#recommended .plugin-card .column-compatibility { #recommended .plugin-card .column-compatibility {
padding-right: 25px; padding-right: 0;
padding-left: 25px;
} }
/* Style compatibility message */ /* Style compatibility message */

View File

@ -137,7 +137,8 @@
/* Move compatibility text to the right */ /* Move compatibility text to the right */
.column-compatibility { .column-compatibility {
padding-right: 25px !important; padding-right: 0 !important;
padding-left: 25px !important;
} }
/* Loading Overlay without white background */ /* Loading Overlay without white background */