/*-----------------------------------------------
|   Phoenix buttons
-----------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                                Phoenix button                              */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/* ----------------------------- Phoenix-buttons ---------------------------- */
/* Fix: modals inside white-space-nowrap table cells inherit the property,
   causing modal body text to overflow. Reset it for all modal content. */
.modal-dialog,
.modal-content,
.modal-header,
.modal-body,
.modal-footer {
    white-space: normal;
}

/*# sourceMappingURL=user.css.map */
