🎨 Alignement des boutons modifier

pull/138/head
mama 2017-11-23 17:07:33 +01:00
parent b00907d421
commit 3f760d64b0
1 changed files with 1 additions and 1 deletions

View File

@ -525,6 +525,6 @@ for the appearing element to appear without stacking up below the first one */
.foldedQuestion .borderWrapper {
padding: .1em 0;
display: inline-block;
width: 80%;
width: calc(100% - 6em);
border-bottom: 1px solid #eee
}