mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix(ui): Overflow of Flow labels in flow editor page (#13374)
This commit is contained in:
@@ -163,4 +163,10 @@
|
||||
margin: .5rem;
|
||||
gap: .5rem;
|
||||
}
|
||||
@media screen and (max-width: 768px) {
|
||||
.button-wrapper {
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user