1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Added fix for overlaping text in mozzila in activity tab (#17235)

This commit is contained in:
aleksandar-mihajlovic 2023-01-23 16:48:14 +01:00 committed by GitHub
parent 3e523e2382
commit 16851c83ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,13 @@
}
}
.list-item__subheading {
overflow: hidden;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
}
.list-item__subheading > h3 {
overflow: visible;
display: flex;

View File

@ -1,6 +1,7 @@
.site-origin {
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
.chip {
max-width: 100%;