Skip to content

Commit

Permalink
adjusting padding
Browse files Browse the repository at this point in the history
  • Loading branch information
SriHV committed Dec 27, 2024
1 parent 6053a44 commit ff1e9e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/message-list/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{{ message.dateText }}
</dd>
<dt class="ons-message-item__metadata-term ons-message-item__metadata-term--body ons-u-d-no">{{ params.body }}:</dt>
<dd class="ons-message-item__metadata-value ons-message-item__metadata-value--body ons-u-fs-r ons-u-mt-l">
<dd class="ons-message-item__metadata-value ons-message-item__metadata-value--body ons-u-fs-r ons-u-mt-s">
{{ message.body }}
</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion src/components/message-list/_message-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.ons-message-item {
list-style: none;
margin-bottom: 2rem;
padding-bottom: 1.5rem;
padding-bottom: 0.5rem;

&:not(:last-child) {
border-bottom: 1px solid var(--ons-color-borders);
Expand Down

0 comments on commit ff1e9e0

Please sign in to comment.