This is an automated email from the ASF dual-hosted git repository.
iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
The following commit(s) were added to refs/heads/master by this push:
new 0c0a29ec Adjust width of switch view dropdown automatically
new b93268f4 Merge pull request #322 from algairim/app-inspector-fixes
0c0a29ec is described below
commit 0c0a29ec122d76fa608f101309d2af806052216b
Author: Mykola Mandra <[email protected]>
AuthorDate: Fri May 6 15:53:02 2022 +0100
Adjust width of switch view dropdown automatically
Signed-off-by: Mykola Mandra <[email protected]>
---
ui-modules/app-inspector/app/views/main/main.less | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ui-modules/app-inspector/app/views/main/main.less
b/ui-modules/app-inspector/app/views/main/main.less
index 2e2ebdef..951d934b 100644
--- a/ui-modules/app-inspector/app/views/main/main.less
+++ b/ui-modules/app-inspector/app/views/main/main.less
@@ -53,6 +53,10 @@
margin-right: -0.5rem;
}
+ .dropdown-menu {
+ width: auto;
+ }
+
.view-mode-item {
&.active {
color: #fff;