Fix compatibility text alignment using margin-right instead of padding-left

This commit is contained in:
Marcus Quinn
2025-03-25 00:54:10 +00:00
parent daccb54342
commit d5a4a29ae9
2 changed files with 6 additions and 2 deletions

View File

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