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 036dbd7 commit de07adeCopy full SHA for de07ade
3 files changed
exclusion.dic
@@ -102,3 +102,4 @@ scrlang
102
Validata
103
Validatable
104
Totp
105
+Vditor
src/components/BootstrapBlazor.Vditor/BootstrapBlazor.Vditor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.0.1</Version>
+ <Version>9.0.2</Version>
5
</PropertyGroup>
6
7
src/components/BootstrapBlazor.Vditor/wwwroot/css/vditor.css
@@ -1,4 +1,9 @@
-@import url('index.css');
+@import url('index.css');
+
+.bb-vditor {
+ border-radius: var(--bs-border-radius);
+ overflow: hidden;
+}
8
.bb-vditor.is-invalid {
9
border-color: var(--bs-danger);
0 commit comments