Skip to content
Snippets Groups Projects
Unverified Commit cf4992c9 authored by Connor Shea's avatar Connor Shea Committed by GitHub
Browse files

Only remove padding when listing applications (#20382)

This prevents styling issues on the Authorization page.
parent 97f657f8
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment