From df301ec6e6649627539a179adcf2a5f5276df7ec Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 30 Apr 2018 17:17:31 +0200 Subject: [PATCH] :art: Alignement horizontal des boutons "modifier" --- source/components/conversation/conversation.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/components/conversation/conversation.css b/source/components/conversation/conversation.css index 5a50490da..c2ed83c82 100644 --- a/source/components/conversation/conversation.css +++ b/source/components/conversation/conversation.css @@ -400,12 +400,13 @@ for the appearing element to appear without stacking up below the first one */ vertical-align: middle; margin-left: 0.5em; border: none; + padding-right: 0 } .foldedQuestion .borderWrapper { padding: 0.1em 0; display: inline-block; - width: calc(100% - 8em); + width: calc(100% - 7em); border-bottom: 1px solid #eee; }