Skip to content

Commit dc51ecb

Browse files
committed
#282 Covid.view.MainContainer: reduced the margin from 20 to 10px
1 parent 578ad72 commit dc51ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/covid/view/MainContainer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MainContainer extends Viewport {
4343
activeIndex: this.controller.getTabIndex(Neo.config.hash),
4444
flex : 1,
4545
reference : 'tab-container',
46-
style : {margin: '20px'},
46+
style : {margin: '10px'},
4747

4848
items: [{
4949
module : TableContainer,

0 commit comments

Comments
 (0)