1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-09-14 07:38:51 +00:00

ui: Add request context for error flash

- webui: Update mailbox, attachment paths
This commit is contained in:
James Hillyerd
2018-12-15 20:16:20 -08:00
parent 6fd13a5215
commit caec5e7c17
12 changed files with 247 additions and 86 deletions
+5
View File
@@ -158,6 +158,11 @@ h1 {
justify-content: space-between;
}
.flash-table {
max-width: 90vw;
overflow: auto;
}
.greeting {
max-width: 1000px;
}