Fixing e2e - part III

This commit is contained in:
Vito Albano
2023-12-06 23:56:41 +00:00
committed by VitoAlbano
parent 7a075eaadb
commit e64e292615
11 changed files with 27 additions and 12 deletions

View File

@@ -6,8 +6,13 @@
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);
}