Skip to content

Commit 29c5930

Browse files
committed
vmm-ui: Limit width to 900px
1 parent 47f630f commit 29c5930

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

vmm/src/console_beta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
}
336336

337337
.vm-table {
338-
max-width: 1600px;
338+
max-width: 900px;
339339
margin: 0 auto 24px;
340340
padding: 0 24px;
341341
}

vmm/ui/src/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ h1, h2, h3, h4, h5, h6 {
323323
}
324324

325325
.vm-table {
326-
max-width: 1600px;
326+
max-width: 900px;
327327
margin: 0 auto 24px;
328328
padding: 0 24px;
329329
}

0 commit comments

Comments
 (0)