umami/components/layout/ButtonLayout.module.css

8 lines
81 B
CSS

.buttons {
display: flex;
}
.buttons button + button {
margin-left: 10px;
}