fix: SmartPlaylist rule layout error

This commit is contained in:
Phan An 2022-07-26 08:13:52 +02:00
parent 7abdef77e0
commit e7ac394315
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -127,7 +127,7 @@ const removeRule = () => emit('remove')
}
}
select {
margin-top: 0;
select, input {
margin-top: 0 !important;
}
</style>