From 1dabaade78a0f603224ba30dae5d2386416badf1 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Mon, 17 Apr 2017 13:33:04 +0000
Subject: [PATCH] #0 fix - Removed html entities
---
securis/src/main/webapp/src/app/menu.component.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/webapp/src/app/menu.component.html b/securis/src/main/webapp/src/app/menu.component.html
index 0688468..46a4ca5 100644
--- a/securis/src/main/webapp/src/app/menu.component.html
+++ b/securis/src/main/webapp/src/app/menu.component.html
@@ -34,7 +34,7 @@
<div td-toolbar-content layout="row" layout-align="start center" flex>
<span flex ></span>
<md-icon>account_box</md-icon>
- <span> {{userFullName}}</span>
+ <span style="padding-left:10px;">{{userFullName}}</span>
<span flex="5" ></span>
<button md-mini-fab raised (click)="logout()" color="warn" [mdTooltip]="$L.get('Logout')">
<md-icon>exit_to_app</md-icon>
--
Gitblit v1.3.2