If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
Re: Display Issue
.icon-image {
display: table-cell;
line-height: 100px;
min-width: 100px;
padding: 0 .5em;
text-align: center;
}
.icon-image img {
vertical-align: bottom;
}
.icon-info {
display: table-cell;
padding: 0 .5em;
overflow: auto;
vertical-align: bottom;
width: 100%;
word-wrap: break-word;
}
or even:
.icon-image {
display: table-cell;
height: 100px;
min-width: 100px;
padding: .5em;
text-align: center;
vertical-align: bottom;
}
.icon-image img {
vertical-align: bottom;
}
.icon-info {
display: table-cell;
padding: .5em;
overflow: auto;
vertical-align: bottom;
width: 100%;
word-wrap: break-word;
}