Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/packages/teleport/src/Console/Tabs/TabItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function fromProps({ theme, active }) {
}

const StyledTabItem = styled(Flex)`
max-width: 200px;
max-width: 450px;
height: 100%;
${fromProps}
`;
Expand Down
2 changes: 1 addition & 1 deletion web/packages/teleport/src/Console/Tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function Tabs(props: Props & { parties: stores.Parties }) {
style={{
flex: '1',
flexBasis: '0',
flexGrow: '1',
flexGrow: '0',
}}
/>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ exports[`render ConsoleTabs 1`] = `
box-sizing: border-box;
display: flex;
align-items: center;
max-width: 200px;
max-width: 450px;
height: 100%;
border: none;
border-right: 1px solid #0C143D;
Expand All @@ -86,7 +86,7 @@ exports[`render ConsoleTabs 1`] = `
box-sizing: border-box;
display: flex;
align-items: center;
max-width: 200px;
max-width: 450px;
height: 100%;
border: none;
border-right: 1px solid #0C143D;
Expand Down Expand Up @@ -175,7 +175,7 @@ exports[`render ConsoleTabs 1`] = `
>
<div
class="c2"
style="flex: 1; flex-basis: 0px; flex-grow: 1;"
style="flex: 1; flex-basis: 0px; flex-grow: 0;"
>
<button
class="c3"
Expand Down Expand Up @@ -209,7 +209,7 @@ exports[`render ConsoleTabs 1`] = `
</div>
<div
class="c8"
style="flex: 1; flex-basis: 0px; flex-grow: 1;"
style="flex: 1; flex-basis: 0px; flex-grow: 0;"
>
<button
class="c3"
Expand Down Expand Up @@ -243,7 +243,7 @@ exports[`render ConsoleTabs 1`] = `
</div>
<div
class="c8"
style="flex: 1; flex-basis: 0px; flex-grow: 1;"
style="flex: 1; flex-basis: 0px; flex-grow: 0;"
>
<button
class="c3"
Expand Down