Skip to content

Commit

Permalink
Merge pull request #233 from takenet/feature/639467-show-error-on-mes…
Browse files Browse the repository at this point in the history
…sage

fix(BlipGroupCard): adjust on duplicated failed message icon
  • Loading branch information
VMarchena authored May 22, 2024
2 parents 213f6ca + 447dcb1 commit f350298
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/BlipGroupCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,16 @@ export default {
}
.icon-message-failed {
bottom: 10px;
right: 0%;
width: 25px;
height: 25px;
color: $color-extended-red;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: $color-extended-red;
cursor: pointer;
position: absolute;
bottom: 10px;
right: 0%;
width: 25px;
height: 25px;
}
.blip-card-group {
Expand Down

0 comments on commit f350298

Please sign in to comment.