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

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:
Michael Abashian 2015-12-22 10:53:56 -05:00 committed by Jared Tabor
parent 19d9ec34fe
commit c0b267b95a

View File

@ -40,7 +40,7 @@
}
.BreadCrumb > ol {
padding: 0px 15px;
padding: 0px 20px;
list-style: none;
background-color: #FFFFFF;
border-radius: 4px;