[Glitch] Only remove padding when listing applications
Port 8824c6c4a2
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
5d4ad82142
commit
843a4824f2
|
@ -1060,11 +1060,18 @@ code {
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom: 0;
|
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 {
|
.keywords-table {
|
||||||
thead {
|
thead {
|
||||||
th {
|
th {
|
||||||
|
|
Loading…
Reference in New Issue