Просмотр исходного кода

adding a specific class for quote to avoid overriding general blockquote tag (#26987)

GitOrigin-RevId: 046322bdc05b9322ede5920af2b829beca0bc0d2
Davinder Singh 1 год назад
Родитель
Сommit
349fb62f60

+ 1 - 1
services/web/frontend/stylesheets/bootstrap-5/pages/website-redesign.scss

@@ -673,7 +673,7 @@
   }
 
   // most of these are here to replace rules from core/type.less
-  blockquote {
+  blockquote.cms-quote {
     @include heading-lg;
 
     border-left: none;