Skip to content

Commit

Permalink
feat(app-console): fix collections list height (#114 #109)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyoct authored May 22, 2022
1 parent 28f9c3c commit 562b0e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/app-console/src/views/database/collections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -499,16 +499,18 @@ export default {
border-radius: 3px;
.doc {
flex: 1;
max-width: 88%;
max-width: 85%;
pre {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
overflow-x: hidden;
overflow-y: auto;
max-height: 200px;
}
}
.tools {
width: 160px;
width: 15%;
text-align: right;
padding-top: 15px;
}
Expand Down

0 comments on commit 562b0e4

Please sign in to comment.