We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a3200 commit f23b8abCopy full SHA for f23b8ab
1 file changed
src/components/BootstrapBlazor.SummerNote/wwwroot/css/editor.css
@@ -58,6 +58,19 @@
58
display: block;
59
}
60
61
+.modal-body .note-form-group:not(:last-child) {
62
+ margin-bottom: 0.5rem;
63
+}
64
+
65
+.note-form-label,
66
+.note-group-select-from-files {
67
+ margin-bottom: .5rem;
68
69
70
+.form-check sn-checkbox-open-in-new-window .form-check-input {
71
+ margin-right: .5rem;
72
73
74
[data-bs-theme='dark'] .editor .note-btn {
75
--bs-btn-bg: #404349;
76
--bs-btn-hover-bg: #51545a;
0 commit comments