Skip to content

Commit

Permalink
chore: npm run stylelint:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Sep 3, 2024
1 parent b349ee1 commit fceddad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1147,9 +1147,10 @@ section.contact-details {
.empty-content {
height: 100%;
}

.contact-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>
4 changes: 2 additions & 2 deletions src/components/DetailsHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ $top-padding: 50px;
padding: $top-padding 0 20px;
gap: $contact-details-row-gap;
&__quick-actions{
padding: 5px 0;
}
padding: 5px 0;
}

@media (max-width: 1024px) {
// Top padding of 44px is already included in AppContent by default on mobile
Expand Down

0 comments on commit fceddad

Please sign in to comment.