Skip to content

Commit

Permalink
Merge pull request #169 from aws/dogusata/hotfix-chat-container-excee…
Browse files Browse the repository at this point in the history
…ds-width

Dogusata/hotfix chat container exceeds width
  • Loading branch information
dogusata authored Nov 15, 2024
2 parents d147620 + 5c756d4 commit 16e735d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: ['beta*.*']
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: macos-latest
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down
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,7 +1,7 @@
{
"name": "@aws/mynah-ui",
"displayName": "AWS Mynah UI",
"version": "4.18.0",
"version": "4.18.1",
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
"publisher": "Amazon Web Services",
"license": "Apache License 2.0",
Expand Down
2 changes: 0 additions & 2 deletions src/styles/components/chat/_chat-wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

position: relative;
width: inherit;
min-width: inherit;
max-width: inherit;
height: 100%;
flex: 1 0 100%;
Expand All @@ -25,7 +24,6 @@
box-sizing: border-box;
> div[class^='mynah-chat'] {
width: inherit;
min-width: inherit;
max-width: inherit;
box-sizing: border-box;
padding-left: var(--mynah-sizing-4);
Expand Down

0 comments on commit 16e735d

Please sign in to comment.