Box Sizing

Very simple but please add CSS box-sizing property.

Its annoying not having this as when you add a border to hover on a button for example you get surrounding elements jumping about.

normally a button would be set to box-sizing: border-box to avoid this.

The way around it is to add a transparent border on normal state then change the color on hover but this is a little hacky for my liking.

  • Gavin McIntosh
  • Feb 4 2019
  • Reviewed
  • +6