/* Public site overrides. Loaded after theme.min.css so plain selectors win
   without !important. Keep the vendored Silicon theme files untouched so
   they can be replaced on upgrade.

   Do not name this file custom.css: /assets/css/custom.css already resolves
   to the member site's file in #/Root/assets/css, which shadows anything
   with the same name here. */

/* Buttons must wrap. Editors enter long labels that overflow the button
   and its container under the theme's white-space: nowrap. */
.btn {
  white-space: normal;
}
