Skip to content

Commit

Permalink
Fix hiding text with adding absolute. (#3226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmarx committed Feb 22, 2019
1 parent 8cb8ddf commit 3875de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion refinery/ui/source/js/home/partials/data-set-chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h3>
</h3>
</div>
<div id="home-chart-ui-select">
<label class="ui-select-label pull-left">
<label class="ui-select-label">
Top Five Categories
</label>
<ui-select
Expand Down
5 changes: 3 additions & 2 deletions refinery/ui/source/styles/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
float: right;
.ui-select-label {
display: inline;
color: @gray-light;;
color: @gray-light;
font-weight: 700;
padding-right: .3em;
padding-top: .2em;
position: absolute;
right: 150px;
}
}

Expand Down

0 comments on commit 3875de8

Please sign in to comment.