3 dots added to large text

This commit is contained in:
Eudes Inácio
2023-10-20 17:05:39 +01:00
parent 7eb237b59d
commit ebb7115824
25 changed files with 1093 additions and 1150 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export class ChatPage implements OnInit {
public RouteService: RouteService,
) {
this.headers = new HttpHeaders();
this.headers = new HttpHeaders({'rejectUnauthorized': environment.rejectUnauthorized });;
window.onresize = (event) => {
if (window.innerWidth > 701) {
this.modalController.dismiss();