feat: Display Account context in the UI (#4069)

This commit is contained in:
Pranav Raj S
2022-02-25 16:36:36 +05:30
committed by GitHub
parent 2c8a3ef3b2
commit cc74bebc0f
13 changed files with 138 additions and 6 deletions

View File

@@ -54,3 +54,9 @@
.text-y-800 {
color: var(--y-800);
}
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}