Commit c863ea4a by utkarshcmu

Shortened info details to use less space

parent e1432f43
......@@ -159,7 +159,7 @@ function (angular, _, moment) {
};
$scope.formatDate = function(date) {
return moment(date).format('MMMM Do YYYY, h:mm a');
return moment(date).format('MMM Do YYYY, h:mm a');
};
});
......
......@@ -601,6 +601,6 @@ code, pre {
}
.dropdown-text {
width: 250px;
width: 220px;
font-size: 12px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment