Merge pull request #1292 from bogeorge/react-pages-hierarchy-minor-updates
This commit is contained in:
commit
3bba69d902
|
@ -3,7 +3,7 @@
|
||||||
"solution": {
|
"solution": {
|
||||||
"name": "react-pages-hierarchy",
|
"name": "react-pages-hierarchy",
|
||||||
"id": "89758fb6-85e2-4e2b-ac88-4f4e7e5f60cb",
|
"id": "89758fb6-85e2-4e2b-ac88-4f4e7e5f60cb",
|
||||||
"version": "1.0.0.0",
|
"version": "1.0.1.0",
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"isDomainIsolated": false
|
"isDomainIsolated": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-pages-hierarchy",
|
"name": "react-pages-hierarchy",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-pages-hierarchy",
|
"name": "react-pages-hierarchy",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -9,6 +9,15 @@
|
||||||
flex-flow: wrap;
|
flex-flow: wrap;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
:global {
|
||||||
|
li:first-of-type .ms-Button {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
li:first-of-type .ms-Button-label {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.breadcrumbLayoutVertical {
|
.breadcrumbLayoutVertical {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue