small css changes for alignment in horizontal mode

This commit is contained in:
Bo George 2020-05-22 10:44:07 -04:00
parent 661082ba25
commit 06361e6b21
4 changed files with 12 additions and 3 deletions

View File

@ -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
},

View File

@ -1,6 +1,6 @@
{
"name": "react-pages-hierarchy",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "react-pages-hierarchy",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "lib/index.js",
"engines": {

View File

@ -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;