Skip to content

Commit 2461cb1

Browse files
committed
Closes #108
1 parent 409fd4e commit 2461cb1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/graphql-playground/src/components/Playground/Tab.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ export default class Tab extends React.PureComponent<Props, {}> {
4848
.brTop,
4949
.ml10,
5050
.bbox,
51-
.pointer;
51+
.pointer,
52+
.nowrap;
5253
height: 43px;
5354
padding: 10px;
5455
padding-top: 9px;

packages/graphql-playground/src/components/Playground/TabBar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ export const TabBar = withTheme<
7878
}
7979
8080
.tabs {
81-
@p: .mt16, .ml16, .flex, .itemsCenter, .z0;
81+
@p: .mt16, .ml16, .flex, .itemsCenter, .z0, .overflowAuto;
8282
height: 41px;
83+
margin-right: 200px;
8384
}
8485
8586
.tabs.isApp {

0 commit comments

Comments
 (0)