Skip to content

Commit

Permalink
Move editor list css to component
Browse files Browse the repository at this point in the history
RISDEV-2835
  • Loading branch information
leonie-koch committed Dec 15, 2023
1 parent f629ee6 commit a61c91f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions frontend/src/shared/components/input/TextEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,11 @@ const resizeObserver = new ResizeObserver((entries) => {
</div>
</div>
</template>

<style lang="scss" module>
ol {
padding: revert;
margin: auto;
list-style: auto;
}
</style>
6 changes: 0 additions & 6 deletions frontend/src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
@apply text-black no-underline;
}

.editor ol {
padding: revert;
margin: auto;
list-style: auto;
}

.ds-input,
.ds-input input,
.ds-select,
Expand Down

0 comments on commit a61c91f

Please sign in to comment.