From 58275a2f0a1ec6e0c6f96be4563029d0406d00cd Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 29 Apr 2013 18:19:13 -0700 Subject: [PATCH] Use ems instead of pixels for loading octicon size --- src/packages/command-panel/stylesheets/command-panel.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/packages/command-panel/stylesheets/command-panel.less b/src/packages/command-panel/stylesheets/command-panel.less index c7721471a..589ffb517 100644 --- a/src/packages/command-panel/stylesheets/command-panel.less +++ b/src/packages/command-panel/stylesheets/command-panel.less @@ -17,9 +17,9 @@ &:before { font-family: 'Octicons Regular'; - font-size: 14px; - width: 14px; - height: 14px; + font-size: 1.1em; + width: 1.1em; + height: 1.1em; margin-right: 5px; -webkit-font-smoothing: antialiased; content: '\f09e';