fix(ui): Overflow of Flow labels in flow editor page (#13374)

This commit is contained in:
Nirnay
2025-12-05 05:30:53 -06:00
committed by GitHub
parent 069845f579
commit ed6bc50163

View File

@@ -163,4 +163,10 @@
margin: .5rem;
gap: .5rem;
}
@media screen and (max-width: 768px) {
.button-wrapper {
flex-wrap: wrap;
justify-content: space-evenly;
}
}
</style>