mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 11:49:24 +02:00
Fixed style glitches in dropdowns
This commit is contained in:
parent
db80710160
commit
6a389e902a
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/css-dropdown.bugfix
Normal file
1
changes/changelog.d/css-dropdown.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fixed style glitches in dropdowns
|
|
@ -21,7 +21,7 @@ plugins.push(
|
|||
]),
|
||||
whitelist: ['scale'],
|
||||
whitelistPatterns:[/plyr/],
|
||||
whitelistPatternsChildren:[/plyr/]
|
||||
whitelistPatternsChildren:[/plyr/, /dropdown/]
|
||||
}),
|
||||
)
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue