mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01: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:
parent
a6b725d08a
commit
5a47b41238
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user