mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Fix wrong width of select in Permissions
This commit is contained in:
parent
980f4a7f60
commit
05b6d9e6ff
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ function PermissionsSpaceInner<
|
|||
<div className="font-semibold text-gray-600">{scope.name}</div>
|
||||
<div className="text-xs text-gray-600">{scope.description}</div>
|
||||
</div>
|
||||
<div>
|
||||
<div className="shrink-0">
|
||||
<Select
|
||||
size="sm"
|
||||
value={selectedScope}
|
||||
|
|
|
|||
Loading…
Reference in a new issue