taiko-web/public/upload/style.css

9 lines
121 B
CSS
Raw Normal View History

2024-02-29 12:19:14 +01:00
body > *:not(:last-child) {
margin-bottom: 3rem;
}
2024-02-13 03:58:04 +01:00
#error-view {
2024-02-29 12:19:14 +01:00
word-break: break-word;
2024-02-13 03:58:04 +01:00
white-space: pre-line;
}