mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-28 07:14:20 +00:00
Merge pull request #28034 from element-hq/dbkr/default_widget_container_height_sample
Some checks are pending
Build / Build on ${{ matrix.image }} (macos-latest, ${{ github.event_name == 'push' && github.ref_name == 'develop' }}) (push) Waiting to run
Build / Build on ${{ matrix.image }} (ubuntu-latest, ${{ github.event_name == 'push' && github.ref_name == 'develop' }}) (push) Waiting to run
Build / Build on ${{ matrix.image }} (windows-latest, ${{ github.event_name == 'push' && github.ref_name == 'develop' }}) (push) Waiting to run
Build and Deploy develop / Build & Deploy develop.element.io (push) Waiting to run
Deploy documentation / GitHub Pages (push) Waiting to run
Deploy documentation / deploy (push) Blocked by required conditions
matrix-react-sdk End to End Tests / Playwright (push) Waiting to run
Static Analysis / Typescript Syntax Check (push) Waiting to run
Static Analysis / i18n Check (push) Waiting to run
Static Analysis / ESLint (push) Waiting to run
Static Analysis / Style Lint (push) Waiting to run
Static Analysis / Workflow Lint (push) Waiting to run
Static Analysis / Analyse Dead Code (push) Waiting to run
Tests / Jest (push) Waiting to run
Tests / Skip SonarCloud in merge queue (push) Blocked by required conditions
Some checks are pending
Build / Build on ${{ matrix.image }} (macos-latest, ${{ github.event_name == 'push' && github.ref_name == 'develop' }}) (push) Waiting to run
Build / Build on ${{ matrix.image }} (ubuntu-latest, ${{ github.event_name == 'push' && github.ref_name == 'develop' }}) (push) Waiting to run
Build / Build on ${{ matrix.image }} (windows-latest, ${{ github.event_name == 'push' && github.ref_name == 'develop' }}) (push) Waiting to run
Build and Deploy develop / Build & Deploy develop.element.io (push) Waiting to run
Deploy documentation / GitHub Pages (push) Waiting to run
Deploy documentation / deploy (push) Blocked by required conditions
matrix-react-sdk End to End Tests / Playwright (push) Waiting to run
Static Analysis / Typescript Syntax Check (push) Waiting to run
Static Analysis / i18n Check (push) Waiting to run
Static Analysis / ESLint (push) Waiting to run
Static Analysis / Style Lint (push) Waiting to run
Static Analysis / Workflow Lint (push) Waiting to run
Static Analysis / Analyse Dead Code (push) Waiting to run
Tests / Jest (push) Waiting to run
Tests / Skip SonarCloud in merge queue (push) Blocked by required conditions
Fix default_widget_container_height in sample config
This commit is contained in:
commit
8822a0b4b7
@ -22,7 +22,7 @@
|
||||
"https://scalar-staging.vector.im/api",
|
||||
"https://scalar-staging.riot.im/scalar/api"
|
||||
],
|
||||
"default_widget_height": 280,
|
||||
"default_widget_container_height": 280,
|
||||
"default_country_code": "GB",
|
||||
"show_labs_settings": false,
|
||||
"features": {},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user