- fixed RTL styles for member directory;

This commit is contained in:
nikitasinelnikov
2019-10-16 17:47:12 +03:00
parent 9099d51794
commit 6c591fc33c
9 changed files with 322 additions and 130 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
<# if ( typeof user.<?php echo $key; ?> !== 'undefined' ) { #>
<div class="um-member-metaline um-member-metaline-<?php echo $key; ?>">
<strong>{{{user.label_<?php echo $key;?>}}}:</strong> {{{user.<?php echo $key;?>}}}
<strong>{{{user.label_<?php echo $key;?>}}}:</strong>&nbsp;{{{user.<?php echo $key;?>}}}
</div>
<# } #>