Skip to content

Commit d2fd258

Browse files
authored
Fix stageview overflow (#333)
Fixed stage-view container overflow on large amount of stages
1 parent f49e626 commit d2fd258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/main/less/stageview.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
padding: 15px 0;
44
clear: right;
55
display: inline-block;
6+
max-width: 100%;
7+
overflow: auto;
68
}
79

810
// Selectively import some twitter bootstrap styles. Namespace them too.

0 commit comments

Comments
 (0)