Skip to content

Commit

Permalink
Fix description styles
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Aug 22, 2016
1 parent a1a264f commit 4efc4d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/plugins/visualizations/charts/static/app.css
Expand Up @@ -7,15 +7,21 @@
.charts-description {
margin-bottom: 20px;
}
.charts-description-image-td {
vertical-align: top;
}

.charts-description-image {
width: 50px;
height: 43px;
margin-right: 10px;
}

.charts-description-title {
font-weight: bold;
}

.charts-description-text {
font-weight: normal;
word-wrap:break-word;
}

Expand Down

0 comments on commit 4efc4d2

Please sign in to comment.