mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Tweaked the padding on our nv tooltips
This commit is contained in:
@@ -1987,13 +1987,17 @@ tr td button i {
|
||||
|
||||
.nvtooltip {
|
||||
border-radius: 4px;
|
||||
padding: 5px;
|
||||
padding: 3px 10px;
|
||||
}
|
||||
|
||||
.nvtooltip td.value {
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.nvtooltip p {
|
||||
padding: 3px 0px;
|
||||
}
|
||||
|
||||
.nvd3 g.nv-groups path.nv-line {
|
||||
stroke-width: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user