Wedge
Public area => Bug reports => The Pub => Archived fixes => Topic started by: CerealGuy on December 19th, 2016, 04:28 PM
-
Bug:
When centering a quote block, the header text and icon get's centered too. Should be still left aligned.
Because of that the icon is also behind the text.
Example:
Fix:
Forcing text-align: left for bbc_quote->header
.bbc_quote>header {
padding: 2px 2px 2px 24px;
text-align: left;
}
PR: https://github.com/Wedge/wedge/pull/47