Only remove padding when listing applications (#20382)

This prevents styling issues on the Authorization page.
lolsob-rspec
Connor Shea 2022-11-10 18:55:20 -07:00 committed by GitHub
parent aa12b82246
commit 8824c6c4a2
1 changed files with 8 additions and 1 deletions

View File

@ -1064,11 +1064,18 @@ code {
&:last-child {
border-bottom: 0;
padding-bottom: 0;
}
}
}
// Only remove padding when listing applications, to prevent styling issues on
// the Authorization page.
.applications-list {
.permissions-list__item:last-child {
padding-bottom: 0;
}
}
.keywords-table {
thead {
th {