Skip to content

Commit 47e8775

Browse files
authored
Merge pull request #7812 from nextcloud-libraries/backport/7811/stable8
[stable8] fix(NcHotkeyList): align with the section
2 parents 508b0a8 + 6f30434 commit 47e8775

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/NcHotkeyList/NcHotkeyList.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ const labelId = `NcHotkeyList_${createElementId()}`
3434
<style module>
3535
.hotkeyList {
3636
--form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
37-
/* Too wide list is less readable - 400px seems a good width */
38-
max-width: 400px;
3937
}
4038
4139
.hotkeyList__heading {

0 commit comments

Comments
 (0)