Skip to content

Commit

Permalink
#3434 Keep more space for drag in tabs bar
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdong262 committed May 18, 2024
1 parent a025ae0 commit 09d31f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/tabs/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export default class Tabs extends React.Component {
: tabsWidthAll
const w1 = isMacJs ? 30 : windowControlWidth
const style = {
width: width - w1 - 136
width: width - w1 - 166
}
return (
<div
Expand Down

0 comments on commit 09d31f9

Please sign in to comment.