Skip to content

Commit

Permalink
- app version = 5.11.11 (#724)
Browse files Browse the repository at this point in the history
- adjust message box icon size, font size, and whitespace

Co-authored-by: Severin Beauvais <[email protected]>
  • Loading branch information
severinbeauvais and Severin Beauvais authored Aug 1, 2024
1 parent 2750b60 commit dbd0cf8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.11.10",
"version": "5.11.11",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
11 changes: 7 additions & 4 deletions src/components/ContinuationIn/ContinuationAuthorization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,15 @@
sm="9"
>
<MessageBox color="red">
<v-icon color="error">
<v-icon
color="error"
dense
>
mdi-alert
</v-icon>

<label
class="font-16"
class="font-14"
for="textarea-message"
>
Change Requested:
Expand All @@ -152,7 +155,7 @@
<textarea
id="textarea-message"
v-auto-resize
class="font-16 font-italic ml-8"
class="font-14 ml-6 pr-5 mb-n2"
readonly
rows="1"
:value="latestReviewComment"
Expand Down Expand Up @@ -403,7 +406,7 @@ textarea {
// ref: https://developer.mozilla.org/en-US/docs/Web/CSS/field-sizing
// field-sizing: content;
// unset height as it's sometimes 0 initially
height: unset !important;
height: unset;
}
// align the checkbox with its label
Expand Down

0 comments on commit dbd0cf8

Please sign in to comment.