Skip to content

Commit

Permalink
Merge pull request #9911 from nextcloud/fix/subject-ellipsis
Browse files Browse the repository at this point in the history
fix: ellips the subject and position of the important icon
  • Loading branch information
GretaD authored Jul 25, 2024
2 parents ce002f5 + 7dcd2de commit 9d580c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/Envelope.vue
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,6 @@ export default {
text-overflow: ellipsis;
white-space: nowrap;
line-height: 130%;
display: flex;
align-items: center;
}
}
&__preview-text {
Expand Down Expand Up @@ -939,7 +937,7 @@ export default {
// In message list, but not the one in the action menu
&.app-content-list-item-star {
background-image: none;
left: 7px;
left: 15px;
top: 13px;
opacity: 1;
Expand All @@ -951,6 +949,7 @@ export default {
}
.important-one-line.app-content-list-item-star:deep() {
top: 6px !important;
left: 7px;
}
.app-content-list-item-select-checkbox {
Expand Down Expand Up @@ -1035,7 +1034,7 @@ export default {
}
.icon-important.app-content-list-item-star:deep() {
position: absolute;
top: 12px;
top: 14px;
z-index: 1;
}
.app-content-list-item-star.favorite-icon-style {
Expand Down

0 comments on commit 9d580c5

Please sign in to comment.