Skip to content
Snippets Groups Projects
Commit 48ae116f authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/14463' into 'develop'

REDMINE_ISSUE-14463| Responsive - débordement import fichier

See merge request geocontrib/geocontrib-frontend!465
parents 686bbe09 df548512
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,9 @@ ...@@ -26,7 +26,9 @@
<td> <td>
<h4 class="ui header align-right"> <h4 class="ui header align-right">
<div :data-tooltip="importFile.geojson_file_name"> <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"> <div class="sub header">
ajouté le {{ importFile.created_on | setDate }} ajouté le {{ importFile.created_on | setDate }}
</div> </div>
...@@ -234,5 +236,9 @@ and also iPads specifically. ...@@ -234,5 +236,9 @@ and also iPads specifically.
.margin-left { .margin-left {
margin-left: 94%; margin-left: 94%;
} }
h4.ui.header {
margin-left: 60px;
white-space: nowrap;
}
} }
</style> </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