mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
20 lines
250 B
SCSS
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;
|
|
}
|
|
}
|