Skip to content

Commit

Permalink
Merge pull request #540 from bcgov/fix-toolbar
Browse files Browse the repository at this point in the history
Fix for the environment toolbar
  • Loading branch information
MaelCormier-CGI authored Oct 16, 2024
2 parents 15a67a1 + 3c6ca59 commit b8cefa7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ export default {
</script>

<style>
.appBar {
height: 20px !important;
color: white !important;
position: relative !important;
top: 0 !important;
}
/*Some BCSans fonts (i.e. g, y) get clipped in v-selects. This heightens the display to fix clipping. */
.v-select__selection.v-select__selection--comma {
line-height: 20px !important;
Expand Down

0 comments on commit b8cefa7

Please sign in to comment.