mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Issue-1190/PR-3148 Removing 100% height from the column containing the button text and leaving it automatic
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div class="col-12 col-md-3 column-height float-left d-flex action-label">
|
<div class="col-12 col-md-3 h-auto float-left d-flex action-label">
|
||||||
<span class="justify-content-center align-self-center">
|
<span class="justify-content-center align-self-center">
|
||||||
{{'item.edit.tabs.status.buttons.' + operation.operationKey + '.label' | translate}}
|
{{'item.edit.tabs.status.buttons.' + operation.operationKey + '.label' | translate}}
|
||||||
</span>
|
</span>
|
||||||
|
@@ -1,9 +0,0 @@
|
|||||||
.column-height {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: map-get($grid-breakpoints, sm)) {
|
|
||||||
.column-height {
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -11,7 +11,6 @@ import { ItemOperation } from './itemOperation.model';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-item-operation',
|
selector: 'ds-item-operation',
|
||||||
styleUrls: ['item-operation.component.scss'],
|
|
||||||
templateUrl: './item-operation.component.html',
|
templateUrl: './item-operation.component.html',
|
||||||
imports: [
|
imports: [
|
||||||
TranslateModule,
|
TranslateModule,
|
||||||
|
Reference in New Issue
Block a user