Skip to content

Commit 5211759

Browse files
layout: change info and details tab size
Signed-off-by: Rohit Yadav <[email protected]>
1 parent 06c8743 commit 5211759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/layouts/ResourceLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<template>
1919
<div class="page-header-index-wide page-header-wrapper-grid-content-main">
2020
<a-row :gutter="12">
21-
<a-col :md="24" :lg="9" style="margin-bottom: 12px">
21+
<a-col :md="24" :lg="8" style="margin-bottom: 12px">
2222
<slot name="left">
2323
</slot>
2424
</a-col>
25-
<a-col :md="24" :lg="15">
25+
<a-col :md="24" :lg="16">
2626
<slot name="right">
2727
</slot>
2828
</a-col>

0 commit comments

Comments
 (0)