Skip to content

Commit

Permalink
Fix: Icon size is reduced if the user has a long role value.
Browse files Browse the repository at this point in the history
Permissions -> Objects -> [users] -> Managed by operations [WTEL-4536]
  • Loading branch information
SviatoslavBar committed Jun 25, 2024
1 parent cb5662b commit dbe6084
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ export default {

<style lang="scss" scoped>
.permissions-role-column {
display: flex;
display: grid;
align-items: center;
.permissions-role-icon {
margin-right: var(--spacing-sm);
}
grid-template-columns: var(--icon-md-size) 1fr;
gap: var(--spacing-sm);
}
</style>

0 comments on commit dbe6084

Please sign in to comment.