We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c8743 commit 5211759Copy full SHA for 5211759
ui/src/layouts/ResourceLayout.vue
@@ -18,11 +18,11 @@
18
<template>
19
<div class="page-header-index-wide page-header-wrapper-grid-content-main">
20
<a-row :gutter="12">
21
- <a-col :md="24" :lg="9" style="margin-bottom: 12px">
+ <a-col :md="24" :lg="8" style="margin-bottom: 12px">
22
<slot name="left">
23
</slot>
24
</a-col>
25
- <a-col :md="24" :lg="15">
+ <a-col :md="24" :lg="16">
26
<slot name="right">
27
28
0 commit comments