🎨 Alignement horizontal des boutons "modifier"

pull/191/head
Mael 2018-04-30 17:17:31 +02:00
parent aa5c67f622
commit df301ec6e6
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}