mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Shortened info details to use less space
This commit is contained in:
parent
e1432f4339
commit
c863ea4aa1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user