ui: Remove top border from Consul::AuthMethod::List (#10195)

This commit is contained in:
John Cowen 2021-05-07 16:53:09 +01:00 committed by GitHub
parent 541a98ae2a
commit e7ef202850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ html[data-route='dc.services.index'] .consul-service-list ul,
.consul-lock-session-list ul,
.consul-role-list ul,
.consul-policy-list ul,
.consul-token-list ul {
.consul-token-list ul,
.consul-auth-method-list ul {
border-top-width: 0 !important;
}
.notice + .consul-token-list ul {