We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/nextcloud/nextcloud-vue/blob/2c51d806b411d12131fc67c5d83b4c572cf260af/src/components/NcRichContenteditable/NcRichContenteditable.vue#L571
NcInputField and some other components have a 2px border whereas the NcRichContenteditable only has 1px. This should be adjusted accordingly
2px
1px
The text was updated successfully, but these errors were encountered:
Adjust border thickness of NcRichContenteditable
48b9b51
Fixes #3635 by adjusting the border Signed-off-by: Chartman123 <chris-hartmann@gmx.de>
5c3ebe0
Successfully merging a pull request may close this issue.
https://github.com/nextcloud/nextcloud-vue/blob/2c51d806b411d12131fc67c5d83b4c572cf260af/src/components/NcRichContenteditable/NcRichContenteditable.vue#L571
NcInputField and some other components have a
2px
border whereas the NcRichContenteditable only has1px
. This should be adjusted accordinglyThe text was updated successfully, but these errors were encountered: