mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +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:
@@ -120,8 +120,12 @@
|
||||
|
||||
.item-content {
|
||||
display: block;
|
||||
overflow-x: hidden;
|
||||
.item-title {
|
||||
display: block;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
.title-badges {
|
||||
@include themify($themes) {
|
||||
color: themed("mutedColor");
|
||||
|
||||
Reference in New Issue
Block a user