Double padding-left for compatibility text to move it further left
This commit is contained in:
@ -1131,7 +1131,7 @@ 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: 0;
|
padding-right: 0;
|
||||||
padding-left: 25px;
|
padding-left: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style compatibility message */
|
/* Style compatibility message */
|
||||||
|
@ -138,7 +138,7 @@
|
|||||||
/* Move compatibility text to the right */
|
/* Move compatibility text to the right */
|
||||||
.column-compatibility {
|
.column-compatibility {
|
||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
padding-left: 25px !important;
|
padding-left: 50px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Loading Overlay without white background */
|
/* Loading Overlay without white background */
|
||||||
|
Reference in New Issue
Block a user