diff --git a/ui/components/app/app-header/index.scss b/ui/components/app/app-header/index.scss index 3d432caf8..9c4bff3b5 100644 --- a/ui/components/app/app-header/index.scss +++ b/ui/components/app/app-header/index.scss @@ -72,6 +72,7 @@ flex-direction: row; align-items: center; flex: 0 0 auto; + margin-right: 1rem; &--clickable { cursor: pointer; diff --git a/ui/components/app/network-display/index.scss b/ui/components/app/network-display/index.scss index 78fe71f56..51ce5bcdc 100644 --- a/ui/components/app/network-display/index.scss +++ b/ui/components/app/network-display/index.scss @@ -35,6 +35,11 @@ background-color: lighten($dodger-blue, 35%); } + &.chip { + margin: 0; + max-width: 100%; + } + & .chip__label { overflow: hidden; text-overflow: ellipsis;