Update list table style.
This commit is contained in:
parent
2f31d401fc
commit
a1c25df9da
@ -1,4 +1,5 @@
|
||||
main>table.list{
|
||||
width:100%;
|
||||
border-collapse:collapse;
|
||||
}
|
||||
main>table.list tr{
|
||||
@ -35,7 +36,7 @@ main>table.list td:last-child, main>table.list th:last-child{
|
||||
display:flex;
|
||||
flex-flow:row nowrap;
|
||||
align-items:flex-start;
|
||||
justify-content:flex-end;
|
||||
justify-content:flex-start;
|
||||
width:auto;
|
||||
|
||||
border:0;
|
||||
@ -52,7 +53,7 @@ main>table.list.challenge th:nth-child(2){width:10rem;}
|
||||
main>table.list td:last-child>button{
|
||||
display:block;
|
||||
position:relative;
|
||||
width:auto;
|
||||
width:6rem;
|
||||
height:100%;
|
||||
padding:0 1rem 0 1rem;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user