mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Remove flex-wrap
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="dso-edit-menu d-flex flex-wrap">
|
||||
<div class="dso-edit-menu d-flex">
|
||||
<div *ngFor="let section of (sections | async)" class="ml-1">
|
||||
<ng-container
|
||||
*ngComponentOutlet="(sectionMap$ | async).get(section.id)?.component; injector: (sectionMap$ | async).get(section.id)?.injector;"></ng-container>
|
||||
|
Reference in New Issue
Block a user