[css] don't use rtl hack for ID, as it has some unpredictable behaviour
This commit is contained in:
parent
a1ea29a5b7
commit
fdc29441e1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<div class="text-right col-sm-5 col-xs-6 page-actions">
|
||||
<!-- ID and icon buttons -->
|
||||
<h6 class="text-ellipsis sub-heading rtl hide text-muted"></h6>
|
||||
<h6 class="text-ellipsis sub-heading hide text-muted"></h6>
|
||||
<span class="page-icon-group hide hidden-xs hidden-sm"></span>
|
||||
|
||||
<!-- buttons -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue