From c8704f40bb0ced813d3ec1266b9739a26faf195d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Sun, 27 Jan 2019 21:55:34 +0100 Subject: [PATCH] slightly improve style --- web/static/src/scss/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/static/src/scss/app.scss b/web/static/src/scss/app.scss index 676c4e76..ec5514ee 100644 --- a/web/static/src/scss/app.scss +++ b/web/static/src/scss/app.scss @@ -56,4 +56,9 @@ body { /* Discuss */ .o_discuss { padding: 20px; + font-size: 15px; + + button { + padding: 5px; + } }