small css changes for alignment in horizontal mode
This commit is contained in:
parent
661082ba25
commit
06361e6b21
|
@ -3,7 +3,7 @@
|
|||
"solution": {
|
||||
"name": "react-pages-hierarchy",
|
||||
"id": "89758fb6-85e2-4e2b-ac88-4f4e7e5f60cb",
|
||||
"version": "1.0.0.0",
|
||||
"version": "1.0.1.0",
|
||||
"includeClientSideAssets": true,
|
||||
"isDomainIsolated": false
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-pages-hierarchy",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-pages-hierarchy",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
|
|
@ -9,6 +9,15 @@
|
|||
flex-flow: wrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
:global {
|
||||
li:first-of-type .ms-Button {
|
||||
padding-left: 0px;
|
||||
}
|
||||
li:first-of-type .ms-Button-label {
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.breadcrumbLayoutVertical {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue