Skip to content

Commit

Permalink
Merge pull request #27 in INFORCRM/argos-saleslogix from topic-inline…
Browse files Browse the repository at this point in the history
…Span to develop

* commit 'e67e7436f1f4c24996afa372decfe0c695dd7f16':
  float defined in SDK causes the inline-block to be overrode and forced to be block - setting float to none allows inline-block
  • Loading branch information
Tyler Wallace authored and Tyler Wallace committed Dec 1, 2015
2 parents 13401e2 + e67e743 commit 3f75977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/css/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
.row > a {
display: inline-block;
vertical-align: middle;
float: none;
}

.list-item-selected {
Expand Down

0 comments on commit 3f75977

Please sign in to comment.