diff --git a/ui/src/components/inputs/EditorButtonsWrapper.vue b/ui/src/components/inputs/EditorButtonsWrapper.vue index 2aa97659ee..a8a3b12c23 100644 --- a/ui/src/components/inputs/EditorButtonsWrapper.vue +++ b/ui/src/components/inputs/EditorButtonsWrapper.vue @@ -163,4 +163,10 @@ margin: .5rem; gap: .5rem; } + @media screen and (max-width: 768px) { + .button-wrapper { + flex-wrap: wrap; + justify-content: space-evenly; + } + }