1
0

fix(settings): overflow of select on mobile

This commit is contained in:
kolaente
2024-07-17 14:46:17 +02:00
parent 7c54d1accf
commit acf9f836a7

View File

@ -322,3 +322,9 @@ async function updateSettings() {
})
}
</script>
<style scoped>
.select select {
width: 100%;
}
</style>