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
Bulleted lists are slightly larger than paragraph in uw_drupal_theme.
Traced this to the .node__content rule in the generated css files in public://css/ where font-size: 1.071em;
In Barrio both
and
fonts are both larger by this rule
However in UW_D_T the
Bulleted lists are slightly larger than paragraph in uw_drupal_theme.
Traced this to the .node__content rule in the generated css files in public://css/ where font-size: 1.071em;
In Barrio both
and
fonts are both larger by this rule
However in UW_D_T the
is 17px and the
is 18.207px (17 x 1.071)
I suspect this is because
is not inheriting size and
is?