[fix] suggestions display

This commit is contained in:
Adam Tauber 2014-11-18 19:53:38 +01:00
parent b8efd1214f
commit 6b31f55c90
2 changed files with 7 additions and 5 deletions

View file

@ -403,8 +403,8 @@ tr {
#suggestions {
span {
display: block;
form {
display: inline;
}
}
@ -432,8 +432,10 @@ tr {
text-decoration: underline;
}
}
#answers, #infoboxes {
form {
display: inline-block;
min-width: 210px;
}
}