Fix compatibility text alignment using margin-right instead of padding-left
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user