ui: Vertically stack methods listing in the L7 intentions form (#10052)

* ui: Vertically stack methods listing in the L7 intentions form
This commit is contained in:
John Cowen 2021-04-22 12:23:41 +01:00 committed by GitHub
parent 2534eb0908
commit 26d1789acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -19,4 +19,7 @@
.ember-basic-dropdown-trigger {
padding: 5px;
}
.checkbox-group {
flex-direction: column;
}
}