Skip to content

Commit

Permalink
cleanup: scoped rule for element that is out of scope
Browse files Browse the repository at this point in the history
Both the `.text-editor__main` and the `#read-only-editor`
are not part of the Editor component that the style is scoped for.

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud authored and mejo- committed Jun 19, 2023
1 parent cd7b717 commit edc1185
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -737,11 +737,6 @@ export default {
.text-editor .text-editor__wrapper.has-conflicts {
height: calc(100% - 50px);
.text-editor__main, #read-only-editor {
width: 50%;
height: 100%;
}
}
#body-public {
Expand Down

0 comments on commit edc1185

Please sign in to comment.