Merge pull request #15856 from Budibase/default-app-mobile

Fix size of boilerplate screen components on mobile
This commit is contained in:
Andrew Kingston 2025-04-01 11:21:03 +01:00 committed by GitHub
commit b33bc2baa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -365,7 +365,11 @@ export function createSampleDataTableScreen(): Screen {
_component: "@budibase/standard-components/textv2",
_styles: {
normal: {
"--grid-desktop-col-start": 1,
"--grid-desktop-col-end": 3,
"--grid-desktop-row-start": 1,
"--grid-desktop-row-end": 3,
"--grid-mobile-col-end": 7,
},
hover: {},
active: {},
@ -384,6 +388,7 @@ export function createSampleDataTableScreen(): Screen {
"--grid-desktop-row-start": 1,
"--grid-desktop-row-end": 3,
"--grid-desktop-h-align": "end",
"--grid-mobile-col-start": 7,
},
hover: {},
active: {},