Skip to content

Commit c9d6b22

Browse files
committed
add max-width of 1200px
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent 938fb38 commit c9d6b22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/AssistantTextProcessingModal.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ export default {
205205
206206
.assistant-modal--content {
207207
width: 100%;
208+
max-width: 1200px;
209+
margin: 0 auto;
208210
padding: 16px;
209211
display: flex;
210212
flex-direction: column;

0 commit comments

Comments
 (0)