Bugs with the no padding variation of plain buttons:
- shouldn't have min-width
- shouldn't have background color
Also we need to be able to use <span> on the no padding plain buttons (instead of <button>) for when a button flows in text, but we want to be able to keep the button from wrapping on its own.
Bugs with the no padding variation of plain buttons:
Also we need to be able to use
<span>on the no padding plain buttons (instead of<button>) for when a button flows in text, but we want to be able to keep the button from wrapping on its own.