mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
style dimensions
This commit is contained in:
parent
c36d947faa
commit
3f06d4f327
@ -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())
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user