Browse Source

ui: Add a max height and scroll to the intention perm header lists (#10128)

pull/10152/head
John Cowen 4 years ago committed by GitHub
parent
commit
5d89ba0313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/packages/consul-ui/app/components/consul/intention/permission/header/list/layout.scss

4
ui/packages/consul-ui/app/components/consul/intention/permission/header/list/layout.scss

@ -0,0 +1,4 @@
.consul-intention-permission-header-list {
max-height: 200px;
overflow: auto;
}
Loading…
Cancel
Save