Merge pull request #3367 from nextcloud/backport/3361/stable2.3

[stable2.3] improve editor design
This commit is contained in:
szaimen 2021-07-26 11:06:28 +02:00 committed by GitHub
commit a85ab83e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>