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

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

REDMINE_ISSUE-11860

See merge request !304
parents 1a8da737 9225ce3b
No related branches found
No related tags found
2 merge requests!424version 3.1.0,!304REDMINE_ISSUE-11860
...@@ -820,4 +820,15 @@ export default { ...@@ -820,4 +820,15 @@ export default {
.prewrap { .prewrap {
white-space: pre-wrap; white-space: pre-wrap;
} }
.feature-type-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 1.5em;
}
.list-image-type {
margin-right: 5px;
height: 25px;
vertical-align: bottom;
}
</style> </style>
\ No newline at end of file
...@@ -1254,7 +1254,7 @@ export default { ...@@ -1254,7 +1254,7 @@ export default {
margin-right: 5px; margin-right: 5px;
height: 25px; height: 25px;
vertical-align: bottom; vertical-align: bottom;
} }
.feature-type-container { .feature-type-container {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
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