mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Merge remote-tracking branch 'remotes/origin/fix/github#491' into release/2.0.26
This commit is contained in:
@@ -7,5 +7,11 @@ print ".um-$form_id.um {
|
||||
}";
|
||||
}
|
||||
|
||||
if ( isset( $align ) && in_array( $align, ['left', 'right'] ) ) {
|
||||
print ".um-$form_id.um {
|
||||
margin-$align: 0px !important;
|
||||
}";
|
||||
}
|
||||
|
||||
?>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user