treewide: set css tag flex-wrap to wrap buttons in modal view
authorFlorian Eckert <[email protected]>
Thu, 6 Mar 2025 09:32:18 +0000 (10:32 +0100)
committerPaul Donald <[email protected]>
Thu, 6 Mar 2025 17:21:32 +0000 (11:21 -0600)
commit046a121087029b3d74fc645915e946bbe76238b6
treef84e87e2d2195a0a20c30be79a1a520f45c8ab9e
parent47d26bcb62e8e7104f244320d80e6dc30ed804ba
treewide: set css tag flex-wrap to wrap buttons in modal view

In CSS, the flex-wrap property is used in a flex container to control
how flex items are laid out when there is not enough space in a single
line.

If a modal is displayed on small screens, the buttons are not wrapped. They
remain on one line. This breaks the layout and does not look good.

Signed-off-by: Florian Eckert <[email protected]>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
themes/luci-theme-material/htdocs/luci-static/material/cascade.css
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css