Skip to content

Commit 07d4e59

Browse files
committed
clip forged cell height in table
1 parent d5695e1 commit 07d4e59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ a
3838
-moz-osx-font-smoothing: grayscale
3939
4040
.dataTable
41-
margin: $nav-height*2 0
41+
margin: $nav-height*2 0 $nav-height
4242
</style>

src/components/DgTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ $arrow-size: 8px
273273
margin: 0 auto
274274
border-collapse: collapse
275275
text-align: left
276+
overflow: hidden
276277
277278
.header
278279
position: relative

0 commit comments

Comments
 (0)