Skip to content

Commit

Permalink
small style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Apr 22, 2024
1 parent 61396e5 commit 7c564e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/popup/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
.icon { width: 24px; height: 24px; flex-shrink: 0; }
.icon.logout { width: 22px; height: 22px; background-image: url('~img/icon/popup/settings/logout.svg'); }

.name { @include text-overflow-nw; flex-grow: 1; }
.name { @include text-overflow-nw; overflow: visible; flex-grow: 1; }

.caption { color: var(--color-text-secondary); text-align: right; }
.caption { color: var(--color-text-secondary); text-align: right; @include text-overflow-nw; }
.caption.join { font-weight: 500; padding: 2px 8px; border-radius: 4px; @include text-small; background: var(--color-control-accent); color: var(--color-bg-primary); }
}

Expand Down

0 comments on commit 7c564e7

Please sign in to comment.