mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Rebase went little bit wrong -II
This commit is contained in:
parent
887bc72240
commit
ce78d32c22
@ -104,11 +104,7 @@ export class SearchPropertiesComponent implements OnInit, AfterViewChecked, Sear
|
||||
const extraFreeSpace = 20;
|
||||
this._fileSizeOperatorsMaxWidth = Math.max(...this._fileSizeOperators.map((operator) =>
|
||||
this.getOperatorNameWidth(operator, this.getCanvasFont(this.fileSizeOperatorSelectElement.nativeElement)))) +
|
||||
<<<<<<< Updated upstream
|
||||
this.fileSizeOperatorSelectElement.nativeElement.querySelector('.mat-mdc-select-arrow').clientWidth +
|
||||
=======
|
||||
this.fileSizeOperatorSelectElement.nativeElement.querySelector('.mat-mdc-select-arrow-wrapper').clientWidth +
|
||||
>>>>>>> Stashed changes
|
||||
extraFreeSpace;
|
||||
});
|
||||
}
|
||||
|
@ -6,13 +6,8 @@
|
||||
padding-top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
<<<<<<< Updated upstream
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
|
||||
.mat-select-value-text {
|
||||
=======
|
||||
|
||||
.mat-mdc-select-value-text {
|
||||
>>>>>>> Stashed changes
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user