mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
- fixed text-align property for rtl lenguages
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
.um {
|
||||
.rtl .um {
|
||||
direction: rtl !important;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.rtl .um:not(.um-admin) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.um-profile-photo {
|
||||
float: right;
|
||||
margin: 0 30px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user