Skip to content

Commit 3800021

Browse files
rootroot
authored andcommitted
Issue-1190/PR-3148 Removing 100% height from the column containing the button text and leaving it automatic
1 parent 5f4a049 commit 3800021

3 files changed

Lines changed: 1 addition & 11 deletions

File tree

src/app/item-page/edit-item-page/item-operation/item-operation.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="col-12 col-md-3 column-height float-left d-flex action-label">
1+
<div class="col-12 col-md-3 h-auto float-left d-flex action-label">
22
<span class="justify-content-center align-self-center">
33
{{'item.edit.tabs.status.buttons.' + operation.operationKey + '.label' | translate}}
44
</span>

src/app/item-page/edit-item-page/item-operation/item-operation.component.scss

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/app/item-page/edit-item-page/item-operation/item-operation.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { ItemOperation } from './itemOperation.model';
1111

1212
@Component({
1313
selector: 'ds-item-operation',
14-
styleUrls: ['item-operation.component.scss'],
1514
templateUrl: './item-operation.component.html',
1615
imports: [
1716
TranslateModule,

0 commit comments

Comments
 (0)