forked from forgejo/forgejo
Return the full rejection message and errors in flash errors (#13221)
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
48a80096bb
commit
965861043a
9 changed files with 128 additions and 25 deletions
|
@ -1268,3 +1268,8 @@ table th[data-sortt-desc] {
|
|||
.ui.header > .ui.label.compact {
|
||||
margin-top: inherit;
|
||||
}
|
||||
|
||||
.flash-error details code {
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue