Skip to content

Commit

Permalink
FIX: fix overflow text (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Apostolos GALANOPOULOS <Apostolos.GALANOPOULOS@netcompany.com>
  • Loading branch information
vafeini and Apostolis-Galanopoulos authored Feb 13, 2024
1 parent 6916c4b commit 35fef24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/core/services/presentation-definition.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { PresentationsResponse } from '../models/presentations-response';
import { LocalStorageService } from './local-storage.service';
import * as constants from '@core/constants/constants';
import { DeviceDetectorService } from './device-detector.service';
import { environment } from '@environments/environment';

@Injectable()
export class PresentationDefinitionService {
Expand Down
9 changes: 9 additions & 0 deletions src/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@
.mdc-list-item__secondary-text {
color: temp.$textDarkPrimary !important;
}
.mdc-list-item.mdc-list-item--with-two-lines {
height: fit-content !important;
}
.mdc-list-item__secondary-text,
.mdc-list-item__content {
text-overflow: unset !important;
white-space: unset !important;
overflow: unset !important;
}

0 comments on commit 35fef24

Please sign in to comment.