style: Update list styles and tooltip padding in RichTextEditor and DataInsight components (#20939)

This commit is contained in:
Shailesh Parmar 2025-04-23 19:59:08 +05:30 committed by GitHub
parent 7a76d2708f
commit 2923bf7916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 16 additions and 1 deletions

View File

@ -26,6 +26,9 @@
.custom-data-insight-tooltip {
.ant-card-head {
border-bottom: 1px solid @border-color;
.ant-card-head-title {
padding: 0px;
}
}
.custom-data-insight-tooltip-container {
max-height: 250px;

View File

@ -293,6 +293,11 @@
}
.rich-text-editor-container {
ol,
ul {
margin: unset;
padding-inline-start: 20px;
}
.ant-btn {
padding: 0px;
margin: 0px;

View File

@ -13,6 +13,11 @@
@import url('./../../../styles/variables.less');
.rich-text-editor-container {
ol,
ul {
margin: unset;
padding-inline-start: 20px;
}
.ant-btn {
padding: 0px;
margin: 0px;

View File

@ -29,7 +29,9 @@ body {
ol,
ul {
padding-inline-start: 20px;
list-style: none;
margin: 0;
padding: 0;
}
p {