File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
LinkDotNet.Blog.IntegrationTests/Web/Shared/Skills
LinkDotNet.Blog.Web/Shared/Skills Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
namespace LinkDotNet . Blog . IntegrationTests . Web . Shared . Skills
16
16
{
17
- public class SkillTreeTests : SqlDatabaseTestBase < Skill >
17
+ public class SkillTableTests : SqlDatabaseTestBase < Skill >
18
18
{
19
19
[ Fact ]
20
20
public async Task ShouldDeleteItem ( )
Original file line number Diff line number Diff line change 10
10
<AddSkillDialog @ref =" AddSkillDialog" SkillAdded =" @AddSkill" ></AddSkillDialog >
11
11
}
12
12
</div >
13
- <div >
13
+ <div class = " table-container " >
14
14
<table class =" skill-table" >
15
15
<tbody >
16
16
<tr >
Original file line number Diff line number Diff line change
1
+ .table-container {
2
+ overflow-x : auto;
3
+ }
4
+
1
5
.skill-table {
2
6
margin-top : 20px ;
3
7
width : 100% ;
11
15
width : 30% ;
12
16
border-top : 1px var (--header2 ) solid;
13
17
vertical-align : top;
18
+ min-width : 100px ;
14
19
}
15
20
16
21
.skill-table td div {
17
22
display : inline-block;
18
23
margin-right : 8px ;
19
24
margin-top : 12px ;
20
25
margin-bottom : 12px ;
21
-
22
26
}
You can’t perform that action at this time.
0 commit comments