瀏覽代碼

[css] don't use rtl hack for ID, as it has some unpredictable behaviour

version-14
Anand Doshi 10 年之前
父節點
當前提交
fdc29441e1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/public/js/frappe/ui/page.html

+ 1
- 1
frappe/public/js/frappe/ui/page.html 查看文件

@@ -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…
取消
儲存