mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
style: Update list styles and tooltip padding in RichTextEditor and DataInsight components (#20939)
This commit is contained in:
parent
7a76d2708f
commit
2923bf7916
@ -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;
|
||||
|
@ -293,6 +293,11 @@
|
||||
}
|
||||
|
||||
.rich-text-editor-container {
|
||||
ol,
|
||||
ul {
|
||||
margin: unset;
|
||||
padding-inline-start: 20px;
|
||||
}
|
||||
.ant-btn {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
@ -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;
|
||||
|
@ -29,7 +29,9 @@ body {
|
||||
|
||||
ol,
|
||||
ul {
|
||||
padding-inline-start: 20px;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
|
Loading…
x
Reference in New Issue
Block a user