diff --git a/dashboard/public/views/apps.html b/dashboard/public/views/apps.html index 60ca8de83..c43c75e6c 100644 --- a/dashboard/public/views/apps.html +++ b/dashboard/public/views/apps.html @@ -141,12 +141,12 @@ diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 228e0850a..a7702c659 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -184,13 +184,25 @@ html, body { } .view-header-filter-bar { - text-align: right; + padding-right: 20px; + padding-left: 15px; + display: flex; + flex-wrap: wrap; + justify-content: center; +} + +@media(min-width:768px) { + .view-header-filter-bar { + justify-content: right; + } } .view-header-search-bar { - .input-group { - display: inline-block; - vertical-align: middle; + margin-top: 10px; + + form { + display: flex; + justify-content: space-between; } @media(min-width:768px) {