taiko-web/public/upload/style.css
2024-02-29 11:19:14 +00:00

9 lines
121 B
CSS

body > *:not(:last-child) {
margin-bottom: 3rem;
}
#error-view {
word-break: break-word;
white-space: pre-line;
}