##// END OF EJS Templates
fixed current pagination element and input different size than button
fixed current pagination element and input different size than button

File last commit:

r3172:d37fc984 default
r3595:ca5c908c new-ui
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
js: add babelrc
r3152 {
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
js: use ES6 classes for polymer 2.x
r3172 "plugins": ["transform-object-rest-spread"]
js: add babelrc
r3152 }