WordPress / gutenberg-starter-theme

A simple theme for testing Gutenberg.
GNU General Public License v2.0
683 stars 163 forks source link

Prevent bullets from being cut off on smaller screens. #67

Closed kjellr closed 6 years ago

kjellr commented 6 years ago

Currently, bullets are cut off on smaller screens:

cut-off

In this theme, 14px of padding added via the global declaration at the top of blocks.css. This PR adds 1.3em of padding to that, to prevent the bullets from being cut off.

(1.3em is the left padding used in Gutenberg)

kjellr commented 6 years ago

Looks like I already did this (and more) in a previous PR submission. 😄 https://github.com/WordPress/gutenberg-starter-theme/pull/60