Skip to content

Commit

Permalink
MM-61231 Fix Hidden Menus in System Roles Page (mattermost#28916)
Browse files Browse the repository at this point in the history
* remove overflow:hidden to prevent cutting off menus in admin panels

* fix wrapping help text in system role permissions menu
  • Loading branch information
matthewbirtch authored Oct 27, 2024
1 parent 4785562 commit f4c85a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
.PermissionSectionDropdownOptions_description {
padding-bottom: 4px;
line-height: 16px;
white-space: normal;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import 'utils/variables';

.AdminPanel {
overflow: hidden;
padding: 0;
border: solid 1px rgba(var(--center-channel-color-rgb), 0.12);
border-radius: var(--radius-s);
Expand Down

0 comments on commit f4c85a8

Please sign in to comment.