You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately no styling is set for <q>, making the tag effectively invisible. Since the browser default :before { content: open-quote; } :after { content: close-quote; } is adequate, the fix should be as simple as removing the q: selectors.
The text was updated successfully, but these errors were encountered:
Currently generated quotes are reset for both
<blockquote>
and<q>
:bootstrap/less/type.less
Lines 257 to 263 in 88854a8
Unfortunately no styling is set for
<q>
, making the tag effectively invisible. Since the browser default:before { content: open-quote; } :after { content: close-quote; }
is adequate, the fix should be as simple as removing the q: selectors.The text was updated successfully, but these errors were encountered: