Skip to content

Commit

Permalink
CSS fix for narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Feb 19, 2018
1 parent 1e22a1f commit c63ca4b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
<html xmlns:wicket="http://wicket.apache.org">
<wicket:extend>
<div class="row">
<div class="col-xs-1">
<div class="col-xs-2">
<button wicket:id="showMetadata" class="btn btn-box-tool"><i class="fa fa-asterisk"></i></button>
<button wicket:id="sortProperties" wicket:message="title:PrismObjectPanel.sortProperties"
class="btn btn-box-tool"><i class="fa fa-sort-alpha-asc"></i></button>
Expand Down

0 comments on commit c63ca4b

Please sign in to comment.