mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 14:25:05 -02:30
Adjusted padding on breadcrumb list so that it lines up with the left edge of the rest of the content.
This commit is contained in:
committed by
Jared Tabor
parent
19d9ec34fe
commit
c0b267b95a
@@ -40,7 +40,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.BreadCrumb > ol {
|
.BreadCrumb > ol {
|
||||||
padding: 0px 15px;
|
padding: 0px 20px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user