diff --git a/assets/css/admin.scss b/assets/css/admin.scss index 11bf2748e80..921e2fe3ba6 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -237,7 +237,7 @@ flex-direction: row; justify-content: center; - @media screen and (max-width: 500px) { + @media screen and (min-width: 500px) { justify-content: left; }