Skip to content
Snippets Groups Projects
Commit df548512 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix import file too long title on mobile

parent 8668d2e6
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@
<td>
<h4 class="ui header align-right">
<div :data-tooltip="importFile.geojson_file_name">
{{ importFile.geojson_file_name | subString }}
<div class="ellipsis">
{{ importFile.geojson_file_name | subString }}
</div>
<div class="sub header">
ajouté le {{ importFile.created_on | setDate }}
</div>
......@@ -234,5 +236,9 @@ and also iPads specifically.
.margin-left {
margin-left: 94%;
}
h4.ui.header {
margin-left: 60px;
white-space: nowrap;
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment