Limit template preview width.

This commit is contained in:
Matthias Mees 2013-06-27 11:21:10 +02:00
parent fda91f045d
commit e3c113f11d

View File

@ -1377,6 +1377,10 @@ form > .button_link:first-of-type {
padding: 0 .5em 1em;
}
.template_preview {
max-width: 400px;
}
.media_wrap_thumb {
padding: .5em;
}