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 fdc5558 commit d80014bCopy full SHA for d80014b
2 files changed
src/components/BootstrapBlazor.SummerNote/BootstrapBlazor.SummerNote.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.0.3</Version>
+ <Version>9.0.4</Version>
5
</PropertyGroup>
6
7
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