Skip to content

Commit 9726006

Browse files
authored
Merge pull request #141 from Language-Research-Technology/ui-width
UI width
2 parents 4da7fad + 596569a commit 9726006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"includes": ["**", "!dist", "!**/package.json", "!**/vocab.json", "!public/configuration.json"]
10+
"includes": ["**", "!portal/dist", "!**/package.json", "!**/vocab.json", "!public/configuration.json"]
1111
},
1212
"formatter": {
1313
"enabled": true,

src/views/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fetchEntities();
100100

101101
<template>
102102
<el-row :gutter="0" :offset="0" style="" class="pb-4 pt-0 p-2 px-3">
103-
<div class="pr-0">
103+
<div class="pr-0 w-full">
104104
<div class="top-20 z-10 bg-white pb-3">
105105
<el-row :align="'middle'" class="mt-4 pb-2 border-0 border-b-2 border-solid border-red-700 text-2xl">
106106
<el-col>

0 commit comments

Comments
 (0)