Skip to content

Commit

Permalink
fix: allow text to occupy more space in container
Browse files Browse the repository at this point in the history
  • Loading branch information
melzreal committed Dec 2, 2024
1 parent 6f47597 commit e3fa82b
Show file tree
Hide file tree
Showing 7 changed files with 40,523 additions and 73 deletions.
32 changes: 31 additions & 1 deletion assets/flash-notifications-bundle.js

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

1,488 changes: 1,446 additions & 42 deletions assets/new-request-form-bundle.js

Large diffs are not rendered by default.

3,482 changes: 3,481 additions & 1 deletion assets/new-request-form-translations-bundle.js

Large diffs are not rendered by default.

35,551 changes: 35,527 additions & 24 deletions assets/shared-bundle.js

Large diffs are not rendered by default.

35 changes: 34 additions & 1 deletion assets/wysiwyg-bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions style.css

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

4 changes: 2 additions & 2 deletions styles/_request.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
border: 0;
font-size: $font-size-small;
flex: 0 0 auto;
padding: 0 20px;
width: 30%; //IE11 fix
padding: 0 15px;
width: 33%; //IE11 fix
}

border-bottom: 1px solid $low-contrast-border-color;
Expand Down

0 comments on commit e3fa82b

Please sign in to comment.