Commit 2b1c71e
authored
Fix the icon pseudo-element being displayed as `inline` by default.
This meant that the `width` and `height` properties were being ignored
and the icons displayed with 0 width.
Also fix css syntax for `width` and `height` properties.
Signed-off-by: Beniamino Ventura <[email protected]>
Co-authored-by: Beniamino Ventura <[email protected]>
1 parent ee085d5 commit 2b1c71e
File tree
1 file changed
+3
-2
lines changed- packages/plugin-ext/src/main/browser
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments