mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 09:43:51 -04:00
Specify a width for the sort order dropdowns so that they don't
get squeezed on smaller screens.
This commit is contained in:
@@ -283,13 +283,20 @@
|
||||
},
|
||||
items: [
|
||||
{
|
||||
xtype: "label",
|
||||
cls: "sort",
|
||||
flex: 2,
|
||||
text: <?= t("Sort order: ")->for_js() ?>
|
||||
xtype: "panel",
|
||||
layout: "hbox",
|
||||
width: 300,
|
||||
items: [
|
||||
{
|
||||
xtype: "label",
|
||||
cls: "sort",
|
||||
flex: 2,
|
||||
text: <?= t("Sort order: ")->for_js() ?>
|
||||
},
|
||||
sort_column_combobox,
|
||||
sort_order_combobox
|
||||
]
|
||||
},
|
||||
sort_column_combobox,
|
||||
sort_order_combobox,
|
||||
{
|
||||
xtype: "spacer",
|
||||
flex: 10
|
||||
|
||||
Reference in New Issue
Block a user