commit | 0553f885b84ca97384ffdb942b30c67d23166a16 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@monogon.tech> | Sat Jul 08 22:13:30 2023 +0200 |
committer | Leopold Schabel <leo@monogon.tech> | Mon Jul 10 11:33:56 2023 +0000 |
tree | aacfd7d09e462de3c5cfc4cb5cb23840e0b5f6c3 | |
parent | 93910e666218954def8e1e3b304909f7dbb7a1b5 [diff] |
webug: shrink tabs in monospace areas This makes prototxt output more readable by saving some horizontal space. Change-Id: Ia0703f280dfb8c8dd9e3899cc20cefc81773d1e1 Reviewed-on: https://review.monogon.dev/c/monogon/+/1921 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@monogon.tech>
diff --git a/cloud/bmaas/bmdb/webug/templates/base.gohtml b/cloud/bmaas/bmdb/webug/templates/base.gohtml index c1ab4e2..fef098d 100644 --- a/cloud/bmaas/bmdb/webug/templates/base.gohtml +++ b/cloud/bmaas/bmdb/webug/templates/base.gohtml
@@ -83,6 +83,7 @@ } .mono { font-family: monospace; + tab-size: 2; } .error { color: #f00;