Skip to content

Commit

Permalink
ACS-5374 Fixed lost styles for library details after refreshing page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz authored and akashrathod28 committed Jul 10, 2023
1 parent 7693cea commit af19902
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class InstantErrorStateMatcher implements ErrorStateMatcher {
],
selector: 'app-library-metadata-form',
templateUrl: './library-metadata-form.component.html',
styleUrls: ['./library-metadata-form.component.scss'],
encapsulation: ViewEncapsulation.None
})
export class LibraryMetadataFormComponent implements OnInit, OnChanges, OnDestroy {
Expand Down

0 comments on commit af19902

Please sign in to comment.