Skip to content

Commit

Permalink
Merge branch 'dev' into fix/PT-13927
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed Oct 18, 2023
2 parents 8731df9 + 07330e6 commit d494d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>3.427.0</VersionPrefix>
<VersionPrefix>3.428.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<NoWarn>$(NoWarn);S3875;S4457</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ ol
.menu.__context.open,
.menu.__context.__open
display: block
max-height: 70vh
overflow-y: auto
z-index: 10000

.splited-element:last-child
border-top-color: white
Expand Down

0 comments on commit d494d91

Please sign in to comment.