Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Increasing the height of the scrollpane for the mashup portlet, becau…
Browse files Browse the repository at this point in the history
…se I forgot to do that in my previous commit e60acc2

(cherry picked from commit a83102d)
Signed-off-by: Jirka Kremser <jkremser@redhat.com>
  • Loading branch information
jkremser committed Aug 1, 2014
1 parent e2b85be commit 7dc035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/enterprise/gui/coregui/src/main/webapp/mashup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

.scroll-pane {
width: 100%;
height: 240px;
height: 257px;
overflow: auto;
}
</style>
Expand Down

0 comments on commit 7dc035f

Please sign in to comment.