Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit 2a79412

Browse files
author
Ken Berkeley
committed
fix CSS in ColumnGroup.vue
1 parent 8b44932 commit 2a79412

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/HeaderSettings/ColumnGroup.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@ export default {
6363
font-size: 18px;
6464
}
6565
.-col-group > li {
66-
margin-bottom: 2px;
66+
margin-bottom: 5px;
6767
padding-left: 10px;
6868
list-style: none;
6969
line-height: 20px;
7070
font-size: 12px;
7171
}
72-
.-col-group > li > input {
73-
vertical-align: -2px;
72+
.-col-group > li > * {
73+
margin: 0;
74+
vertical-align: middle;
7475
}
7576
</style>

0 commit comments

Comments
 (0)