style dimensions

This commit is contained in:
Paul Clarke 2016-09-21 19:50:26 +12:00 committed by Ingo Schommer
parent c36d947faa
commit 3f06d4f327
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Image extends File implements ShortcodeHandler {
'TitleHeader',
LiteralField::create(
"DisplaySize",
sprintf('<div><i>%spx, %s</i></div>',
sprintf('<div class="editor__specs">%spx, %s</div>',
$dimensions, $this->getSize())
)
);