Skip to content

Commit

Permalink
sets min-height on TextViz topics to 400px
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 20, 2019
1 parent 6a29618 commit 0729597
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/profile/Embed.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
height: 100vh;
& .topic {
height: 100vh;
& .d3plus {
min-height: auto;
}
}
}
6 changes: 6 additions & 0 deletions app/toCanon/topics/topic.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
top: 0;
}

&.TextViz {
& .d3plus {
min-height: 400px;
}
}

&.Column {
flex: 1;
flex-direction: column;
Expand Down

0 comments on commit 0729597

Please sign in to comment.