Skip to content

Commit 55f34e5

Browse files
authored
fix: display menu buttons vertically (stacked) instead of side by side
1 parent 372a76d commit 55f34e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

static/object.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Type": "Link",
55
"Attributes":
66
{
7-
"Style": "btn btn-outline-secondary me-2",
7+
"Style": "btn btn-outline-secondary d-block mb-2",
88
"TextID": "TXT.MENU.SCREEN1",
99
"ScreenID": "Screen1"
1010
}
@@ -15,7 +15,7 @@
1515
"Type": "Link",
1616
"Attributes":
1717
{
18-
"Style": "btn btn-outline-secondary me-2",
18+
"Style": "btn btn-outline-secondary d-block mb-2",
1919
"TextID": "TXT.MENU.SCREEN2",
2020
"ScreenID": "Screen2"
2121
}
@@ -26,7 +26,7 @@
2626
"Type": "Link",
2727
"Attributes":
2828
{
29-
"Style": "btn btn-outline-secondary me-2",
29+
"Style": "btn btn-outline-secondary d-block mb-2",
3030
"TextID": "TXT.MENU.SCREEN3",
3131
"ScreenID": "Screen3"
3232
}

0 commit comments

Comments
 (0)