Skip to content

Commit

Permalink
Fix minor css bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
spelhate committed Feb 17, 2021
1 parent 436f6ed commit 57697ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions frontend/static/css/composer.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ span.text-edit.badge.badge-warning {
content: " \0040";
}

.tool.configured {
.tool,.tool.configured {
display: inline;
}

Expand Down Expand Up @@ -405,7 +405,8 @@ span.text-edit.badge.badge-warning {
#report-composition .dataviz-container{
padding-left : 20px;
padding-right : 20px;
padding-top:45px;
padding-top:5px;
padding-bottom:5px;
}
#report-composition .customBaseColumn {
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion frontend/static/js/composer.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ composer = (function () {
'<i class="fas fa-arrows-alt"></i>',
'<p id="drag-tag"> drag</p>',
'</span>',
'<span>{{dvz}}</span>',
'<div class="tool">',
'<button class="btn btn-default" data-toggle="modal" data-component="report" data-related-id="{{id}}" data-target="#wizard-panel">',
'<i class="fas fa-cog"></i>',
'</button>',
'</div>',
'<span>{{dvz}}</span>',
'<code class="dataviz-definition"></code>',
'</li>'
];
Expand Down

0 comments on commit 57697ec

Please sign in to comment.