Skip to content

Commit 34fb938

Browse files
committed
Merge branch '2.0.x' into 2.1.x
2 parents f0e0d6f + c95af61 commit 34fb938

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-admin-server-ui/src/main/frontend/views/instances/shell

1 file changed

+2
-1
lines changed

spring-boot-admin-server-ui/src/main/frontend/views/instances/shell/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
- Copyright 2014-2018 the original author or authors.
2+
- Copyright 2014-2019 the original author or authors.
33
-
44
- Licensed under the Apache License, Version 2.0 (the "License");
55
- you may not use this file except in compliance with the License.
@@ -96,6 +96,7 @@
9696
flex-grow: 1;
9797
flex-shrink: 1;
9898
z-index: 10;
99+
max-width: calc(100vw - 175px); /*sidebar-width*/
99100
}
100101
}
101102
</style>

0 commit comments

Comments
 (0)