Skip to content

Commit

Permalink
fix(ui): remove spacing above error message in Cells
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 committed Apr 15, 2020
1 parent 6ae7b7e commit 0ec94e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ui/src/shared/components/EmptyGraphError.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
height: 100%;
border-radius: $cf-radius;
background-color: $g0-obsidian;
position: relative;
color: $c-dreamsicle;
border: $cf-border solid $g2-kevlar;

Expand Down
4 changes: 2 additions & 2 deletions ui/src/shared/components/cells/Cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $cell--header-button-active-color: $c-pool;
white-space: normal;
}

.dashboard .cell--view-empty .empty-graph-error {
.dashboard .cell--view-empty {
top: $ix-marg-c + $cell--header-size;
}

Expand Down Expand Up @@ -148,7 +148,7 @@ $cell--header-button-active-color: $c-pool;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
transform: translate(-50%, -50%);
}

.cell:hover &:not(.cell--context__active) {
Expand Down

0 comments on commit 0ec94e9

Please sign in to comment.