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

preserve space to not overlap column label

parent a8fdb8b5
No related branches found
No related tags found
1 merge request!712REDMINE_ISSUE-18721 | Problème de tri lors du signalement
......@@ -282,7 +282,7 @@
feature_type_slug: feature.feature_type.slug,
},
}"
class="ellipsis"
class="ellipsis space-left"
>
{{ feature.feature_type.title }}
</router-link>
......@@ -296,7 +296,7 @@
name: 'details-signalement-filtre',
query: { ...queryparams, offset: queryparams.offset + index }
}"
class="ellipsis"
class="ellipsis space-left"
>
{{ feature.title || feature.feature_id }}
</router-link>
......@@ -880,6 +880,10 @@ and also iPads specifically.
text-align: center;
margin: .5em 0;
}
/* preserve space to not overlap column label */
.space-left {
margin-left: 2.5em;
}
}
@media only screen and (max-width: 410px) {
.ui.table tr td {
......
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