improve editor design

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-07-24 17:27:24 +02:00 committed by backportbot[bot]
parent 13691b99cc
commit 622c8b1290
1 changed files with 13 additions and 0 deletions

View File

@ -86,3 +86,16 @@ export default {
},
}
</script>
<style lang="scss" scoped>
.property-select {
margin-bottom: 4px;
&__input {
// 34px left and right need to be subtracted. See https://github.com/nextcloud/calendar/pull/3361
width: calc(100% - 34px - 34px);
padding-bottom: 5px;
}
}
</style>