mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
improve responsivness
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
.table-responsive {
|
||||
th, td {
|
||||
padding: 0.5rem !important;
|
||||
}
|
||||
}
|
@@ -21,6 +21,7 @@ import { SEARCH_CONFIG_SERVICE } from '../../../my-dspace-page/my-dspace-page.co
|
||||
@Component({
|
||||
selector: 'ds-admin-notify-search-result',
|
||||
templateUrl: './admin-notify-search-result.component.html',
|
||||
styleUrls: ['./admin-notify-search-result.component.scss'],
|
||||
providers: [
|
||||
{
|
||||
provide: SEARCH_CONFIG_SERVICE,
|
||||
|
@@ -26,7 +26,7 @@ import { getTabulatableObjectsComponent } from './tabulatable-objects.decorator'
|
||||
|
||||
@Component({
|
||||
selector: 'ds-tabulatable-objects-loader',
|
||||
templateUrl: './tabulatable-objects-loader.component.html',
|
||||
templateUrl: './tabulatable-objects-loader.component.html'
|
||||
})
|
||||
/**
|
||||
* Component for determining what component to use depending on the item's entity type (dspace.entity.type)
|
||||
|
@@ -17,7 +17,7 @@
|
||||
(next)="goNext()"
|
||||
[retainScrollPosition]="true"
|
||||
>
|
||||
<div class="row" *ngIf="objects?.hasSucceeded">
|
||||
<div *ngIf="objects?.hasSucceeded">
|
||||
<div @fadeIn>
|
||||
<ds-tabulatable-objects-loader [objects]="objects.payload"
|
||||
[context]="context"
|
||||
|
Reference in New Issue
Block a user