Remove unnecessary right margin in reply blockquote

This commit is contained in:
Tulir Asokan 2020-05-25 19:24:03 +03:00
parent 4e5680de85
commit dfe277b78d

View file

@ -24,6 +24,7 @@ limitations under the License.
blockquote.mx_ReplyThread {
margin-left: 0;
margin-right: 0;
margin-bottom: 8px;
padding-left: 10px;
border-left: 4px solid $button-bg-color;