Skip to content

Commit

Permalink
Merge pull request #3053 from camptocamp/127-importds-desc-css-fix
Browse files Browse the repository at this point in the history
Fix ImportDataSource description position (CSS, flex)
  • Loading branch information
adube committed Nov 3, 2017
2 parents 80ca576 + 0ef3dd1 commit 741e3e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contribs/gmf/less/importdatasource.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ a.gmf-wmscapabilitylayertreenode-expand-node.fa {

.gmf-wmscapabilitylayertreenode-header {
display: flex;
flex-wrap: wrap;

&:hover > span > .gmf-wmscapabilitylayertreenode-actions {
opacity: 1;
Expand All @@ -117,6 +118,7 @@ a.gmf-wmscapabilitylayertreenode-expand-node.fa {
.gmf-wmscapabilitylayertreenode-description {
background-color: #fafafa;
border: 0.1rem solid #ddd;
order: 1;
padding: 1rem;

a {
Expand Down

0 comments on commit 741e3e7

Please sign in to comment.