Browse Source

fix margin pre tag

q-apps
Phillip 2 years ago
parent
commit
51f42b029a
  1. 1
      qortal-ui-plugins/plugins/core/components/ChatScroller-css.js

1
qortal-ui-plugins/plugins/core/components/ChatScroller-css.js

@ -613,6 +613,7 @@ export const chatStyles = css`
padding: 0.75rem 1rem; padding: 0.75rem 1rem;
border-radius: 0.5rem; border-radius: 0.5rem;
white-space: pre-wrap; white-space: pre-wrap;
margin: 0px;
} }
.replied-message pre code { .replied-message pre code {
color: inherit; color: inherit;

Loading…
Cancel
Save