diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue index 2a3ff9012..152c85b17 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue @@ -3,11 +3,11 @@ - + - + - + @@ -114,6 +115,14 @@ export default { padding: 0.25em 1em; display: flex; align-items: center; + + @include until($tablet) { + flex-direction: column; + } + + input[type=text] { + width: 100%; + } } .button-container {