mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 18:00:13 +01:00
fix: padding of title moved to the right for better UI/UX in RTL mode (this commit doesn't affect UI/UX in LTR mode)
This commit is contained in:
parent
e9fe2491c4
commit
12dc3b19c8
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
flex: 1;
|
||||
|
||||
.title {
|
||||
padding-left: 0.5rem;
|
||||
@include nb-ltr(padding-left, 0.5rem);
|
||||
@include nb-rtl(padding-right, 0.5rem);
|
||||
}
|
||||
|
||||
nb-card-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue