1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[PM-795] Fix send name missing ellipsis (#6538)

* fix send name missing ellipsis
* fix wrapping text on send items
This commit is contained in:
✨ Audrey ✨
2023-10-12 18:32:46 -04:00
committed by GitHub
parent a6b725d08a
commit 5a47b41238

View File

@@ -120,8 +120,12 @@
.item-content { .item-content {
display: block; display: block;
overflow-x: hidden;
.item-title { .item-title {
display: block; display: block;
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.title-badges { .title-badges {
@include themify($themes) { @include themify($themes) {
color: themed("mutedColor"); color: themed("mutedColor");