Skip to content

Commit

Permalink
Fix styling for System Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 committed Jul 15, 2024
1 parent 85cb756 commit 99522d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ppr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppr-ui",
"version": "3.2.37",
"version": "3.2.38",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
7 changes: 6 additions & 1 deletion ppr-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<SbcSystemBanner
v-if="bannerText != null"
class="mt-n1"
class="mt-n1 sbc-system-banner"
:show="bannerText != null"
type="warning"
icon="''"
Expand Down Expand Up @@ -712,4 +712,9 @@ export default defineComponent({

<style lang="scss" scoped>
@import '@/assets/styles/theme.scss';
.sbc-system-banner {
min-height: 60px;
flex-grow: 0;
}
</style>

0 comments on commit 99522d3

Please sign in to comment.