add text elips and

This commit is contained in:
Peter Maquiran
2024-09-10 17:07:26 +01:00
parent 9fee233d91
commit 3f4a19c205
4 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -241,6 +241,6 @@ ion-toolbar {
/* Media query for mobile view */
@media (max-width: 768px) { /* Adjust the max-width as per your mobile breakpoints */
.edit-message::part(content) {
width: 360px !important; /* Set width to 300px for mobile screens */
width: 300px !important; /* Set width to 300px for mobile screens */
}
}