mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 04:03:16 +08:00
fix(png): fixed phantomjs rendering issue with graph and y-axis label rotation, fixes #5220
This commit is contained in:
@ -11,7 +11,7 @@ module.exports = function(config) {
|
||||
},
|
||||
|
||||
processors: [
|
||||
require('autoprefixer')({browsers: 'last 2 versions'}), // add vendor prefixes
|
||||
require('autoprefixer')({browsers: 'last 3 versions'}), // add vendor prefixes
|
||||
]
|
||||
},
|
||||
dist: {
|
||||
|
Reference in New Issue
Block a user