Skip to content

Commit 9c15f84

Browse files
authored
style: adjust markdown styles for better readability (#3607)
1 parent 71cb4a7 commit 9c15f84

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/components/src/markdown/styles.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66

77
hr {
88
border-top: 1px solid var(--activityBar-border);
9+
margin-bottom: 0.5em;
10+
}
11+
12+
p {
13+
margin-bottom: 0.5em;
914
}
1015
}

packages/components/src/popover/styles.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
border-color: var(--kt-popover-border);
3131
border-radius: 2px;
3232
.overlay-shadow();
33-
padding: 4px 8px;
33+
padding: 6px 10px;
3434
z-index: var(--stacking-level-popover-component, 1000);
3535
img {
3636
max-width: 300px;

0 commit comments

Comments
 (0)