mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
fixed table header radius at end of list row
This commit is contained in:
parent
56364617fd
commit
0026ed88eb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user