Skip to content
New issue

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

[Markdown] Replace custom styling with OUI. #4389

Open
curq opened this issue Jun 26, 2023 · 0 comments
Open

[Markdown] Replace custom styling with OUI. #4389

curq opened this issue Jun 26, 2023 · 0 comments
Labels
technical debt If not paid, jeapardizes long-term success and maintainability of the repository.

Comments

@curq
Copy link
Collaborator

curq commented Jun 26, 2023

According to the OUI usage audit of vis_type_markdown plugin. There are custom stylings present and better OUI compliance is needed. Ideally all the styles should be replaced with OUI

.mkdVis {
padding: $euiSizeS;
width: 100%;
}
.visEditor--markdown {
.visEditorSidebar__config > *,
.visEditor--markdown__textarea {
flex-grow: 1;
}
.mkdEditor {
height: 100%;
}
}

@curq curq added the enhancement New feature or request label Jun 26, 2023
@ashwin-pc ashwin-pc added technical debt If not paid, jeapardizes long-term success and maintainability of the repository. and removed enhancement New feature or request untriaged labels Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt If not paid, jeapardizes long-term success and maintainability of the repository.
Projects
None yet
Development

No branches or pull requests

2 participants