Skip to content

Commit

Permalink
Fixed float UI issue in file table on dataset pg [ref #5210, #6685]
Browse files Browse the repository at this point in the history
  • Loading branch information
mheppler committed Jan 11, 2021
1 parent 16a3efa commit aae9925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/file-info-fragment.xhtml
Expand Up @@ -29,7 +29,7 @@
</div>
</div>
</div>
<div class="col-md-10 col-file-metadata">
<div class="col-sm-10 col-file-metadata">
<div class="fileNameOriginal">
<ui:fragment rendered="#{!editDatafilesPage}">
<!-- conditional render in file page links, if file has global id, use that; if not, we use database id -->
Expand Down

0 comments on commit aae9925

Please sign in to comment.