diff options
author | elijah <elijah@riseup.net> | 2016-10-06 22:22:32 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-10-06 22:22:32 -0700 |
commit | 2fdfc4ed731c6c82b7d5ebf995eb114b416a53d8 (patch) | |
tree | 64bad963abf22795122adcd326ef63b44074b828 /ui/app/components/main_panel/main_panel.less | |
parent | d6a31a82344047d70395695f5d587b344d2eb631 (diff) |
[feat] ui - email status section
Diffstat (limited to 'ui/app/components/main_panel/main_panel.less')
-rw-r--r-- | ui/app/components/main_panel/main_panel.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/main_panel/main_panel.less b/ui/app/components/main_panel/main_panel.less index 2e979138..7383a6c8 100644 --- a/ui/app/components/main_panel/main_panel.less +++ b/ui/app/components/main_panel/main_panel.less @@ -229,6 +229,7 @@ } .icon { padding-right: @section-padding; + height: @icon-size; img { width: @icon-size; height: @icon-size; |