mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
ACS-5374 Fixed lost styles for library details after refreshing page (#3296)
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
app-library-metadata-form {
|
||||||
|
.mat-form-field-infix {
|
||||||
|
position: relative;
|
||||||
|
width: 180px;
|
||||||
|
|
||||||
|
.mat-form-field-label-wrapper {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
|
.mat-form-field-label {
|
||||||
|
position: absolute;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
transform-origin: 0 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -64,6 +64,7 @@ export class InstantErrorStateMatcher implements ErrorStateMatcher {
|
|||||||
],
|
],
|
||||||
selector: 'app-library-metadata-form',
|
selector: 'app-library-metadata-form',
|
||||||
templateUrl: './library-metadata-form.component.html',
|
templateUrl: './library-metadata-form.component.html',
|
||||||
|
styleUrls: ['./library-metadata-form.component.scss'],
|
||||||
encapsulation: ViewEncapsulation.None
|
encapsulation: ViewEncapsulation.None
|
||||||
})
|
})
|
||||||
export class LibraryMetadataFormComponent implements OnInit, OnChanges, OnDestroy {
|
export class LibraryMetadataFormComponent implements OnInit, OnChanges, OnDestroy {
|
||||||
|
Reference in New Issue
Block a user