[FIX] Change margin size for quote messages (#21461)

pull/21466/head^2
Tiago Evangelista Pinto 5 years ago committed by GitHub
parent e51164bf78
commit 31cee7eff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/theme/client/imports/general/base_old.css

@ -63,11 +63,11 @@
}
&:first-child {
margin-top: 15px;
margin-top: 4px;
}
&:last-child {
margin-bottom: 15px;
margin-bottom: 4px;
}
&:first-child::before {

Loading…
Cancel
Save