1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

fixed table header radius at end of list row

This commit is contained in:
John Mitchell 2016-03-07 11:59:14 -05:00
parent 56364617fd
commit 0026ed88eb

View File

@ -39,8 +39,11 @@ table, tbody {
border-top-left-radius: 5px;
}
.List-tableHeader--actions {
.List-tableHeader:last-of-type {
border-top-right-radius: 5px;
}
.List-tableHeader--actions {
text-align: right;
}