Merge "Small fix for forms with alert messages"

This commit is contained in:
Jenkins 2012-03-01 18:18:00 +00:00 committed by Gerrit Code Review
commit d57a34c5b1

View File

@ -343,6 +343,11 @@ table form {
margin-bottom: 0;
}
.alert-block p {
overflow: hidden;
word-wrap: break-word;
}
.alert-block p:last-child {
margin-bottom: 0;
}