Remove flex from last table cell.
This commit is contained in:
parent
7a67a71f8f
commit
1c9548285c
@ -34,10 +34,6 @@ main>table.list td{
|
|||||||
border-right: 1px solid #383838;
|
border-right: 1px solid #383838;
|
||||||
}
|
}
|
||||||
main>table.list td:last-child, main>table.list th:last-child{
|
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-start;
|
|
||||||
width:auto;
|
width:auto;
|
||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user