Canard: Update quote block border styles
@@ -281,6 +281,11 @@
border-left: 0;
}
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"],
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"] {
+ border-right: 0;
+}
+
.editor-block-list__block .wp-block-quote:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;