Skip to content

Commit

Permalink
Merge pull request #693 from webitel/fix/icon-size-in-permissions-talbe
Browse files Browse the repository at this point in the history
Fix: Icon size is reduced if the user has a long role value.
  • Loading branch information
Lera24 authored Jun 25, 2024
2 parents b6ee769 + dbe6084 commit 893d0f8
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 893d0f8

Please sign in to comment.