mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-28 21:28:50 +01:00
fix: prevent nb-icons misplacing
Bootstrap has svg styles with different vertical align
This commit is contained in:
parent
20930af478
commit
2dc5531fe3
1 changed files with 5 additions and 0 deletions
|
|
@ -21,3 +21,8 @@
|
|||
// loading progress bar
|
||||
@include ngx-pace-theme();
|
||||
};
|
||||
|
||||
// overrides bootstrap svg style
|
||||
nb-icon svg {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue