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

change feature-type-title style in feature detail for long title

parent 90c937b2
Branches
Tags
1 merge request!604REDMINE_ISSUE-17877 | Détail d'un signalement - Mauvais affichage du nom du type de signalement d'un signalement s'il est trop long
...@@ -65,9 +65,8 @@ export default { ...@@ -65,9 +65,8 @@ export default {
<style scoped> <style scoped>
.feature-type-title { .feature-type-title {
overflow: hidden; display: flex;
white-space: nowrap; align-items: center;
text-overflow: ellipsis;
line-height: 1.5em; line-height: 1.5em;
} }
.list-image-type { .list-image-type {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment