Skip to content

Commit

Permalink
fix: regression in styles
Browse files Browse the repository at this point in the history
- Add flex value to inner item container
- Update screenshots per color changes
  • Loading branch information
nickofthyme committed Jun 9, 2020
1 parent 9cd8c89 commit b0e6eb9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .playground/playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import React from 'react';

import { Example } from '../stories/stylings/20_partition_background';
import { Example } from '../stories/bar/23_bar_chart_2y2g';

export class Playground extends React.Component {
render() {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/tooltip/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

&--container {
display: flex;
flex: 1 1 auto;
padding: 3px;
padding-left: 0;
min-width: 1px;
Expand Down

0 comments on commit b0e6eb9

Please sign in to comment.