diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 41bea95877..cad9b389b6 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1422,6 +1422,7 @@ footer ul.breadcrumb { .modal > .button-row { display: flex; justify-content: space-between; + flex-wrap: wrap; } .modal > .button-row > button:not(:last-of-type) { diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index f6ddb74c4d..a034733da1 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1784,6 +1784,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { .modal .button-row { display: flex; justify-content: space-between; + flex-wrap: wrap; } .modal .button-row > button:not(:first-of-type) { diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index e39aaac4a2..8ea871b498 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -277,6 +277,7 @@ body.modal-overlay-active #modal_overlay { .modal .button-row { display: flex; justify-content: space-between; + flex-wrap: wrap; } .modal .button-row > :not(:last-child) { diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index 5d3f09a97f..b447acc8ab 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -245,6 +245,7 @@ hr { .modal .button-row { display: flex; justify-content: space-between; + flex-wrap: wrap; } .modal .button-row > :not(:last-child) {