Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
asherbitter committed Apr 9, 2016
1 parent bb82347 commit 00b4643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/client/components/segment-bubble/segment-bubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class SegmentBubble extends React.Component<SegmentBubbleProps, SegmentBu
const { moreMenuOpenOn } = this.state;
if (!moreMenuOpenOn) return null;

var menuSize = Stage.fromSize(200, 200);
var menuSize = Stage.fromSize(160, 160);
var label = this.getLabel();

return <BubbleMenu
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/tile-header/tile-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.icons {
position: absolute;
top: 1px;
right: 8px;
right: 10px;

.icon {
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion src/client/visualizations/totals/totals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Stage, Essence, Splits, SplitCombine, Filter, Dimension, Measure, Color
import { Loader } from '../../components/loader/loader';
import { QueryError } from '../../components/query-error/query-error';

const PADDING_H = 100;
const PADDING_H = 60;
const TOTAL_WIDTH = 176;

export interface TotalsState {
Expand Down

0 comments on commit 00b4643

Please sign in to comment.