Skip to content

Commit ed6bc50

Browse files
fix(ui): Overflow of Flow labels in flow editor page (#13374)
1 parent 069845f commit ed6bc50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/src/components/inputs/EditorButtonsWrapper.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,10 @@
163163
margin: .5rem;
164164
gap: .5rem;
165165
}
166+
@media screen and (max-width: 768px) {
167+
.button-wrapper {
168+
flex-wrap: wrap;
169+
justify-content: space-evenly;
170+
}
171+
}
166172
</style>

0 commit comments

Comments
 (0)