From a15967cdb036109a0da5512db805712232890b33 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 11 Jan 2016 10:19:04 +0100 Subject: [PATCH] Added comment about SVG height property --- cookbook/profiler/data_collector.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbook/profiler/data_collector.rst b/cookbook/profiler/data_collector.rst index 8b14f3d8701..a40e6ce9fad 100644 --- a/cookbook/profiler/data_collector.rst +++ b/cookbook/profiler/data_collector.rst @@ -182,7 +182,8 @@ block and set the value of two variables called ``icon`` and ``text``: {{ include('@App/data_collector/icon.svg') }} - You are encouraged to use the latter technique for your own toolbar panels. + You are encouraged to use the latter technique for your own toolbar panels. Make + sure the svg file has the ``height`` property set to ``24``. If the toolbar panel includes extended web profiler information, the Twig template must also define additional blocks: