Skip to content

Commit d7d18be

Browse files
juliusknorrbackportbot[bot]
authored andcommitted
fix: Change help modal size to force scrolling
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent fccb08a commit d7d18be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/HelpModal.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55

66
<template>
7-
<NcDialog size="normal"
7+
<NcDialog size="large"
88
data-text-el="formatting-help"
99
:name="t('text', 'Formatting and shortcuts')"
1010
:close-on-click-outside="true"
@@ -304,6 +304,7 @@ export default {
304304
table {
305305
margin-top: 24px;
306306
border-collapse: collapse;
307+
width: 100%;
307308
308309
tbody tr {
309310
&:hover, &:focus, &:active {

0 commit comments

Comments
 (0)