mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
fixed table header radius at end of list row
This commit is contained in:
@@ -39,8 +39,11 @@ table, tbody {
|
|||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.List-tableHeader--actions {
|
.List-tableHeader:last-of-type {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.List-tableHeader--actions {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user