akveo / akveo/nebular

side-bar icon margin on RTL

オープン
#2,104 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
8.1k
フォーク
1.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

### Issue type

* [X] bug report
* [ ] feature request

### Issue description

icons on rtl mode get a left margin and the text (that align from the left side of the icon)
is without any space from the icon

**Expected behavior:**
text and icon should be separated by margin / padding.

**Steps to reproduce:**
just add menu item in rtl mode
and you can see it live on ngx-admin template on rtl mode
https://www.akveo.com/ngx-admin/pages/dashboard

im on nebular ^4.5.0

a fix for that should be (on rtl):
```
nb-menu .menu-item .menu-icon {
margin: 0 0 0 0.5rem;
}
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。