3
0

Make compose builder layout switcher small

This commit is contained in:
Jože Fortun 2024-02-14 15:37:58 +01:00
parent 4721a2b281
commit cc920a8fc3

View File

@ -17,6 +17,7 @@
:value="layout.pageLayoutID"
:options="layouts"
:reduce="layout => layout.pageLayoutID"
size="sm"
style="max-width: 300px;"
@input="setLayout"
/>