What might be causing the message list to display horizontally in the admin dashboard, but vertically on other pages?
.user-list{
display:inline;
}
.users header,
.users-list a{
display: flex;
align-items: center;
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
justify-content: space-between;
}