From 761ef23132928d9904196f0a14570fb0dcf99304 Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Thu, 7 May 2015 10:27:03 +0530 Subject: [PATCH] SUP-400, Some UI issues on my dashboard Fixed height of user widget in top header. --- src/js/app/my-dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app/my-dashboard/index.html b/src/js/app/my-dashboard/index.html index fa832bcb..61b86511 100644 --- a/src/js/app/my-dashboard/index.html +++ b/src/js/app/my-dashboard/index.html @@ -19,7 +19,7 @@ p { margin: initial; } - div.userPic, div.userDetails { + div.userPic, div.userDetails, div.userWidget { box-sizing: initial; } a {