Skip to content

Commit

Permalink
Merge pull request #1505 from bcgov/bugs/newMessageAlertSpacing
Browse files Browse the repository at this point in the history
Bugs Fix - New message alert spacing
  • Loading branch information
SodhiA1 authored Jul 14, 2023
2 parents df05ea5 + f03419d commit b6b6811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/secure-message/NewMessagePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
title="Attach File"
color="#1A5A96"
variant="outlined"
class="addButton pl-1 pr-2"
class="addButton pl-1 pr-2 mb-5"
@click="showAttachFilePanel"
>
<v-icon
Expand All @@ -165,7 +165,7 @@
title="Add Student"
color="#1A5A96"
variant="outlined"
class="addButton px-2 ml-1"
class="addButton px-2 ml-1 mb-5"
:disabled="disableAddStudent"
@click="showAddStudentPanel"
>
Expand Down

0 comments on commit b6b6811

Please sign in to comment.