mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
fix: SmartPlaylist rule layout error
This commit is contained in:
parent
7abdef77e0
commit
e7ac394315
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ const removeRule = () => emit('remove')
|
|||
}
|
||||
}
|
||||
|
||||
select {
|
||||
margin-top: 0;
|
||||
select, input {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue