mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 23:25:31 +08:00
Fix tags and description in reports [SCI-11566]
This commit is contained in:
parent
77772d873f
commit
d1fb9b8611
2 changed files with 3 additions and 0 deletions
|
@ -352,6 +352,7 @@ label {
|
|||
.module-tags {
|
||||
margin-left: 0;
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
|
||||
.module-no-tag {
|
||||
margin-left: 5px;
|
||||
|
|
|
@ -52,6 +52,8 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
<br>
|
||||
<br>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<% if my_module.description.present? %>
|
||||
|
|
Loading…
Add table
Reference in a new issue