changeset 641c8155db9d in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=641c8155db9d
description:
Remove margin bottom on bot message
diffstat:
static/style.css | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 6ab491ece549 -r 641c8155db9d static/style.css
--- a/static/style.css Sun Oct 18 12:22:30 2020 +0200
+++ b/static/style.css Sun Oct 18 21:26:52 2020 +0200
@@ -65,6 +65,7 @@
.bot .msg {
background-color: transparent;
border: 0;
+ margin-bottom: 0;
}
blockquote {