Skip to content

Commit 150b695

Browse files
author
Benjamin Vertonghen
committed
6.3.1 - Fix Padding issues
1 parent f011186 commit 150b695

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/Append.Blazor.Sidepanel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>6.3.0</Version>
6+
<Version>6.3.1</Version>
77
<Title>Blazor Sidepanel</Title>
88
<Authors>Benjamin Vertonghen</Authors>
99
<Company>Append</Company>

src/Sidepanel.razor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ small {
3333
}
3434

3535
.aside-inner {
36-
padding: 2rem;
36+
padding: 1rem;
3737
padding-right:1rem;
3838
height:100%;
3939
}
4040

4141
.inner-component {
42+
padding: 0.5rem;
4243
overflow-y: auto;
4344
height: 100%;
4445
scrollbar-width: thin;

0 commit comments

Comments
 (0)