Skip to content

Commit d80014b

Browse files
authored
refactor(SummerNote): update form label style (#440)
* refactor: 微调样式 * chore: bump version 9.0.4
1 parent fdc5558 commit d80014b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

src/components/BootstrapBlazor.SummerNote/BootstrapBlazor.SummerNote.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.0.3</Version>
4+
<Version>9.0.4</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.SummerNote/wwwroot/css/editor.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,19 @@
5858
display: block;
5959
}
6060

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+
6174
[data-bs-theme='dark'] .editor .note-btn {
6275
--bs-btn-bg: #404349;
6376
--bs-btn-hover-bg: #51545a;

0 commit comments

Comments
 (0)