ohmyform-ui/pages/register.module.scss
2020-06-10 17:36:17 +02:00

20 lines
250 B
SCSS

.otherActions {
width: 100%;
justify-content: center;
display: flex;
button {
overflow: hidden;
text-overflow: ellipsis;
span {
overflow: hidden;
}
}
@media (max-width: 600px) {
flex-direction: column;
}
}