This commit is contained in:
Santiago Kozak 2024-05-10 20:06:51 +00:00 committed by GitHub
commit d270be5aa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -280,6 +280,12 @@ code {
}
}
.input.with_block_label.doorkeeper_application_scopes ul {
@media screen and (width <= 1000px) {
column-count: unset;
}
}
.input.with_block_label.user_role_permissions_as_keys ul {
columns: unset;
}