We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c6c11 commit 56d4289Copy full SHA for 56d4289
1 file changed
Core/Sources/SuggestionWidget/Styles.swift
@@ -68,6 +68,7 @@ extension MarkdownUI.Theme {
68
FontSize(.em(0.85))
69
}
70
.padding(16)
71
+ .padding(.trailing, 10)
72
.background(Color(nsColor: .textBackgroundColor).opacity(0.7))
73
.clipShape(RoundedRectangle(cornerRadius: 6))
74
.overlay(alignment: .topTrailing) {
0 commit comments