Remove unnecessary right margin in reply blockquote
This commit is contained in:
parent
4e5680de85
commit
dfe277b78d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue