Skip to content

Commit 0884a16

Browse files
Xapphire13webmatze
authored andcommitted
Fixing overflowing tab section border (#27)
1 parent e4deff2 commit 0884a16

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ module.exports.decorateConfig = (config) => {
114114
.hyper_main .terms_term {
115115
margin-top: ${borderWidth};
116116
}
117+
.header_windowHeaderWithBorder {
118+
left: ${borderWidth};
119+
width: calc(100% - ${borderWidth} - ${borderWidth});
120+
}
117121
`
118122
});
119123
};

0 commit comments

Comments
 (0)