Skip to content

Instantly share code, notes, and snippets.

@marcusig
Created August 3, 2021 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusig/d16e5f47af45b08b8a584270dbdda2bf to your computer and use it in GitHub Desktop.
Save marcusig/d16e5f47af45b08b8a584270dbdda2bf to your computer and use it in GitHub Desktop.
Fix white space in the configurator's buttons
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li button {
white-space: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment