summaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2020-10-21 00:50:10 +0100
committerGitHub <noreply@github.com>2020-10-20 19:50:10 -0400
commit965861043ae4daf7ae50460edf5533e52980bdb1 (patch)
tree5b4ecf5e4ce21195e5cb5c449c98ee82a170d005 /web_src
parent48a80096bbc7bb4b0fef487df8f176c08f0bf609 (diff)
downloadgitea-965861043ae4daf7ae50460edf5533e52980bdb1.tar.gz
gitea-965861043ae4daf7ae50460edf5533e52980bdb1.zip
Return the full rejection message and errors in flash errors (#13221)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/less/_base.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less
index c25af2126e..81111d82fa 100644
--- a/web_src/less/_base.less
+++ b/web_src/less/_base.less
@@ -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;
+}