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:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user