Fix table last child border.
This commit is contained in:
parent
dffc80fc9a
commit
7a67a71f8f
@ -40,12 +40,13 @@ main>table.list td:last-child, main>table.list th:last-child{
|
|||||||
justify-content:flex-start;
|
justify-content:flex-start;
|
||||||
width:auto;
|
width:auto;
|
||||||
padding:0;
|
padding:0;
|
||||||
|
|
||||||
border:0;
|
|
||||||
}
|
}
|
||||||
main>table.list th:last-child{
|
main>table.list th:last-child{
|
||||||
border-left:1px solid #404040;
|
border-left:1px solid #404040;
|
||||||
}
|
}
|
||||||
|
main>table.list td:last-child{
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
|
|
||||||
main>table.list.session th:nth-child(1){width:10rem;}
|
main>table.list.session th:nth-child(1){width:10rem;}
|
||||||
main>table.list.session th:nth-child(2){width:10rem;}
|
main>table.list.session th:nth-child(2){width:10rem;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user