diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-08 14:35:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-08 14:35:50 +0900 |
| commit | 08a15102b2c8494d9320c7a677f34321f603f9d8 (patch) | |
| tree | cad905b7e4f48029d38a2e881a03388a5f1a361f /webpack | |
| parent | typo (diff) | |
| download | sharkey-08a15102b2c8494d9320c7a677f34321f603f9d8.tar.gz sharkey-08a15102b2c8494d9320c7a677f34321f603f9d8.tar.bz2 sharkey-08a15102b2c8494d9320c7a677f34321f603f9d8.zip | |
:v:
Diffstat (limited to 'webpack')
| -rw-r--r-- | webpack/module/rules/fa.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/module/rules/fa.ts b/webpack/module/rules/fa.ts index 15f8775f01..47c72a28a1 100644 --- a/webpack/module/rules/fa.ts +++ b/webpack/module/rules/fa.ts @@ -49,7 +49,7 @@ export default () => ({ if (icon) { icon.transform = fontawesome.parse.transform(transform); - return `<i data-fa style="display:inline-block" class="${name}">${icon.html[0]}</i>`; + return `<i data-fa class="${name}">${icon.html[0]}</i>`; } else { console.warn(`'${name}' not found in fa`); return ''; |