Skip to content

Commit 43c90c0

Browse files
authored
Small flex fix (#374)
1 parent 8307880 commit 43c90c0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

vue/sbc-common-components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue/sbc-common-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbc-common-components",
3-
"version": "3.0.14",
3+
"version": "3.0.15",
44
"private": false,
55
"description": "Common Vue Components to be used across BC Registries and Online Services.",
66
"license": "Apache-2.0",

vue/sbc-common-components/src/components/SbcHeader.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,10 @@ $app-header-font-color: #ffffff;
688688
padding-top: 0;
689689
padding-bottom: 0;
690690
}
691+
692+
.app-header__actions {
693+
display: flex;
694+
}
691695
}
692696
693697
.env-distinction {

0 commit comments

Comments
 (0)