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 1414
1515namespace LinkDotNet . Blog . IntegrationTests . Web . Shared . Skills
1616{
17- public class SkillTreeTests : SqlDatabaseTestBase < Skill >
17+ public class SkillTableTests : SqlDatabaseTestBase < Skill >
1818 {
1919 [ Fact ]
2020 public async Task ShouldDeleteItem ( )
Original file line number Diff line number Diff line change 1010 <AddSkillDialog @ref =" AddSkillDialog" SkillAdded =" @AddSkill" ></AddSkillDialog >
1111 }
1212 </div >
13- <div >
13+ <div class = " table-container " >
1414 <table class =" skill-table" >
1515 <tbody >
1616 <tr >
Original file line number Diff line number Diff line change 1+ .table-container {
2+ overflow-x : auto;
3+ }
4+
15.skill-table {
26 margin-top : 20px ;
37 width : 100% ;
1115 width : 30% ;
1216 border-top : 1px var (--header2 ) solid;
1317 vertical-align : top;
18+ min-width : 100px ;
1419}
1520
1621.skill-table td div {
1722 display : inline-block;
1823 margin-right : 8px ;
1924 margin-top : 12px ;
2025 margin-bottom : 12px ;
21-
2226}
You can’t perform that action at this time.
0 commit comments